diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index f4bdedc98d..58b43cac2d 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -231,7 +231,7 @@ void runRusEfi(void) { } } -void chDbgStackOverflowPanic(Thread *otp) { +void chDbgStackOverflowPanic(thread_t *otp) { strcpy(panicMessage, "stack overflow: "); #if defined(CH_USE_REGISTRY) || defined(__DOXYGEN__) int p_name_len = strlen(otp->p_name);