Skip to content

Commit d9482e0

Browse files
committed
Fix formatting
1 parent 5459cb4 commit d9482e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Src/can_handler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ uint8_t init_can1(FDCAN_HandleTypeDef *hcan) {
5858
return U_ERROR;
5959
}
6060

61-
#if TEST_MODE_ENABLED
61+
#if (TEST_MODE_ENABLED)
6262
uint16_t standard3[] = { CALYPSO_ALPHA_CELL_DATA_CANID, CALYPSO_BETA_CELL_DATA_CANID };
6363
status = can_add_filter_standard(&can1, standard3);
6464
if (status != HAL_OK) {

0 commit comments

Comments
 (0)