manual pre-merge - should be safe

This commit is contained in:
rusefi 2017-03-30 15:06:30 -04:00
parent f91c7d9734
commit 53d2be8476
1 changed files with 1 additions and 1 deletions

View File

@ -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);