From 7bcaf8ee9c1727edc2da749e7e5ee85ce9051d2e Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 10 May 2019 22:10:40 -0400 Subject: [PATCH] todo --- firmware/controllers/core/error_handling.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/controllers/core/error_handling.cpp b/firmware/controllers/core/error_handling.cpp index 400c2fb526..f08713161d 100644 --- a/firmware/controllers/core/error_handling.cpp +++ b/firmware/controllers/core/error_handling.cpp @@ -131,6 +131,7 @@ bool warning(obd_code_e code, const char *fmt, ...) { printWarning(fmt, ap); va_end(ap); #else + // todo: we need access to 'engine' here so that we can migrate to real 'engine->engineState.warnings' unitTestWarningCodeState.addWarningCode(code); printf("unit_test_warning: "); va_list ap;