DBG_BOOST

This commit is contained in:
rusefi 2020-01-31 23:58:15 -05:00
parent 7c714e5727
commit 371e1cb7f6
1 changed files with 2 additions and 2 deletions

View File

@ -397,8 +397,8 @@ const char *getDebug_mode_e(debug_mode_e value){
switch(value) {
case DBG_2:
return "DBG_2";
case DBG_36:
return "DBG_36";
case DBG_BOOST:
return "DBG_BOOST";
case DBG_37:
return "DBG_37";
case DBG_ALTERNATOR_PID: