From de813b5f2c098c9d91bcaee6fb20b969c2ea4de6 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 25 Aug 2019 13:42:07 -0400 Subject: [PATCH] unit tests code coverage #653 one day I will migrate rusEfi to java --- firmware/controllers/math/pid_auto_tune.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/math/pid_auto_tune.h b/firmware/controllers/math/pid_auto_tune.h index 36e5c7ebf7..141e0d6c99 100644 --- a/firmware/controllers/math/pid_auto_tune.h +++ b/firmware/controllers/math/pid_auto_tune.h @@ -16,7 +16,7 @@ // that's a weird piece of code for sure #ifndef byte -#define byte uint8_t +typedef unsigned char byte; #endif // irrational constants