mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_SITL: make panic() WEAK
This commit is contained in:
parent
0ae1536e4a
commit
328cf01436
@ -25,7 +25,7 @@ void init()
|
|||||||
gettimeofday(&state.start_time, nullptr);
|
gettimeofday(&state.start_time, nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
void panic(const char *errormsg, ...)
|
void WEAK panic(const char *errormsg, ...)
|
||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user