mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -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);
|
||||
}
|
||||
|
||||
void panic(const char *errormsg, ...)
|
||||
void WEAK panic(const char *errormsg, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user