manual pre-merge - should be safe
This commit is contained in:
parent
f91c7d9734
commit
53d2be8476
|
@ -231,7 +231,7 @@ void runRusEfi(void) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void chDbgStackOverflowPanic(Thread *otp) {
|
void chDbgStackOverflowPanic(thread_t *otp) {
|
||||||
strcpy(panicMessage, "stack overflow: ");
|
strcpy(panicMessage, "stack overflow: ");
|
||||||
#if defined(CH_USE_REGISTRY) || defined(__DOXYGEN__)
|
#if defined(CH_USE_REGISTRY) || defined(__DOXYGEN__)
|
||||||
int p_name_len = strlen(otp->p_name);
|
int p_name_len = strlen(otp->p_name);
|
||||||
|
|
Loading…
Reference in New Issue