mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_Linux: make panic() WEAK
This commit is contained in:
parent
328cf01436
commit
9a7530ad50
@ -21,7 +21,7 @@ void init()
|
||||
clock_gettime(CLOCK_MONOTONIC, &state.start_time);
|
||||
}
|
||||
|
||||
void panic(const char *errormsg, ...)
|
||||
void WEAK panic(const char *errormsg, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user