File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
33
'SUPPORT_PAS' ,
34
34
'SUPPORT_XCELL_RT' ,
35
35
'SUPPORT_SEMPU' ,
36
+ 'SUPPORT_SEMPU_V1' ,
36
37
'SUPPORT_TORQUE_THROTTLE' ,
37
38
'TORQUE_AUTOZERO' ,
38
39
'SUPPORT_HRMI' ,
@@ -289,7 +290,7 @@ def write_config_h(filename=CONFIG_H,
289
290
f .write ('const char msg_unknown_action[] PROGMEM = "Unknown action!";\n ' )
290
291
f .write ('const char msg_activated[] PROGMEM = "Activated";\n ' )
291
292
f .write ('const char msg_deactivated[] PROGMEM = "Deactivated";\n ' )
292
- f .write ('#if defined(SUPPORT_XCELL_RT) || defined(SUPPORT_SEMPU)\n ' )
293
+ f .write ('#if defined(SUPPORT_XCELL_RT) || defined(SUPPORT_SEMPU) || defined(SUPPORT_SEMPU_V1) \n ' )
293
294
f .write ('const char msg_torquezero[] PROGMEM = "Re-zero torque sensor";\n ' )
294
295
f .write ('#endif\n ' )
295
296
f .write ('\n ' )
You can’t perform that action at this time.
0 commit comments