Browse Source

AP_HAL_Linux: make panic() WEAK

gps-1.3.1
Josh Henderson 3 years ago committed by Andrew Tridgell
parent
commit
9a7530ad50
  1. 2
      libraries/AP_HAL_Linux/system.cpp

2
libraries/AP_HAL_Linux/system.cpp

@ -21,7 +21,7 @@ void init() @@ -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…
Cancel
Save