Skip to content

Commit 4e47ff2

Browse files
committed
whitespace
1 parent df571fb commit 4e47ff2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

firmware/controllers/can/can_dash.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
#define CAN_MAZDA_RX_STATUS_2 0x420
2929

3030
//w202 DASH
31-
#define W202_STAT_1 0x308 /* _20ms cycle */
31+
#define W202_STAT_1 0x308 /* _20ms cycle */
3232
#define W202_STAT_2 0x608 /* _100ms cycle */
33-
#define W202_ALIVE 0x210 /* _200ms cycle */
33+
#define W202_ALIVE 0x210 /* _200ms cycle */
3434
#define W202_STAT_3 0x310 /* _200ms cycle */
3535

3636
//BMW E90 DASH
3737
#define E90_ABS_COUNTER 0x0C0
3838
#define E90_SEATBELT_COUNTER 0x0D7
39-
#define E90_T15 0x130
39+
#define E90_T15 0x130
4040
#define E90_RPM 0x175
4141
#define E90_BRAKE_COUNTER 0x19E
4242
#define E90_SPEED 0x1A6

0 commit comments

Comments
 (0)