launch control #203

This commit is contained in:
rusefi 2020-03-23 22:30:47 -04:00
parent 43440afade
commit 63c3ae1b51
3 changed files with 5 additions and 5 deletions

View File

@ -401,8 +401,8 @@ case DBG_BOOST:
return "DBG_BOOST";
case DBG_START_STOP:
return "DBG_START_STOP";
case DBG_38:
return "DBG_38";
case DBG_LAUNCH:
return "DBG_LAUNCH";
case DBG_39:
return "DBG_39";
case DBG_40:

View File

@ -543,8 +543,8 @@ case DBG_BOOST:
return "DBG_BOOST";
case DBG_START_STOP:
return "DBG_START_STOP";
case DBG_38:
return "DBG_38";
case DBG_LAUNCH:
return "DBG_LAUNCH";
case DBG_39:
return "DBG_39";
case DBG_40:

View File

@ -670,7 +670,7 @@ typedef enum {
DBG_ETB_LOGIC = 35,
DBG_BOOST = 36,
DBG_START_STOP = 37,
DBG_38 = 38,
DBG_LAUNCH = 38,
DBG_39 = 39,
DBG_40 = 40,