auto-sync

This commit is contained in:
rusEfi 2017-02-07 17:04:39 -05:00
parent 4046450727
commit 8eb27751ed
2 changed files with 2 additions and 2 deletions

View File

@ -1713,7 +1713,7 @@ typedef enum {
CUSTOM_OBD_39 = 6039,
CUSTOM_OBD_LOW_CAN_PERIOD = 6040,
CUSTOM_OBD_41 = 6041,
CUSTOM_OBD_KNOCK_PROCESSOR = 6041,
CUSTOM_OBD_42 = 6042,
CUSTOM_OBD_MMC_ERROR = 6043,
CUSTOM_LOGGING_BUFFER_OVERFLOW = 6044,

View File

@ -377,7 +377,7 @@ static void hipStartupCode(void) {
chThdSleepMilliseconds(10);
if (correctResponse == 0) {
warning(CUSTOM_OBD_41, "TPIC/HIP does not respond");
warning(CUSTOM_OBD_KNOCK_PROCESSOR, "TPIC/HIP does not respond");
}
if (boardConfiguration->useTpicAdvancedMode) {