diff --git a/firmware/iar/ch.ewp b/firmware/iar/ch.ewp index e7db3d509a..7a10848bdc 100644 --- a/firmware/iar/ch.ewp +++ b/firmware/iar/ch.ewp @@ -2693,7 +2693,7 @@ $PROJ_DIR$\..\hw_layer\hardware.h - $PROJ_DIR$\..\hw_layer\HIP9011.c + $PROJ_DIR$\..\hw_layer\HIP9011.cpp $PROJ_DIR$\..\hw_layer\HIP9011.h diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index d27b8d9972..e0b72ca4cc 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -258,7 +258,7 @@ void firmwareError(const char *fmt, ...) { static char UNUSED_RAM_SIZE[4000]; -static char UNUSED_CCM_SIZE[11000] CCM_OPTIONAL; +static char UNUSED_CCM_SIZE[9000] CCM_OPTIONAL; int getRusEfiVersion(void) { if (UNUSED_RAM_SIZE == 0)