AP_HAL_SITL: make panic() WEAK

This commit is contained in:
Josh Henderson 2021-08-20 02:05:43 -04:00 committed by Andrew Tridgell
parent 0ae1536e4a
commit 328cf01436

View File

@ -25,7 +25,7 @@ void init()
gettimeofday(&state.start_time, nullptr);
}
void panic(const char *errormsg, ...)
void WEAK panic(const char *errormsg, ...)
{
va_list ap;