Skip to content

Commit e331181

Browse files
authored
Update config.h
1 parent 1293c41 commit e331181

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Common/Inc/config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
#define WARN_OFFSET 0xFF
88

99
// MOTOR CONTROLLER
10-
1110
#define MOTOR_CONTROLLER_K1 0x10F8109A
1211
#define MOTOR_CONTROLLER_K2 0x10F8108D
1312
#define MOTOR_CONTROLLER 0xFF
1413
#define MOTOR_CONTROLLER_WARN MOTOR_CONTROLLER - WARN_OFFSET
14+
1515
// BMS
1616
#define BMS_BOARD 0xFF
1717
#define BMS_BOARD_WARN BMS_TEMP - WARN_OFFSET
18+
1819
// SENSORS
1920
#define SENSOR_BOARD_1 0xFF
2021
#define SENSOR_BOARD_1_WARN SENSOR_BOARD_1 - WARN_OFFSET

0 commit comments

Comments
 (0)