We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5459cb4 commit d9482e0Copy full SHA for d9482e0
1 file changed
Core/Src/can_handler.c
@@ -58,7 +58,7 @@ uint8_t init_can1(FDCAN_HandleTypeDef *hcan) {
58
return U_ERROR;
59
}
60
61
-#if TEST_MODE_ENABLED
+#if (TEST_MODE_ENABLED)
62
uint16_t standard3[] = { CALYPSO_ALPHA_CELL_DATA_CANID, CALYPSO_BETA_CELL_DATA_CANID };
63
status = can_add_filter_standard(&can1, standard3);
64
if (status != HAL_OK) {
0 commit comments