mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 07:00:34 +08:00
LPC11C24: LTO requires abort() to be used
This commit is contained in:
@@ -129,6 +129,7 @@ void __cxa_pure_virtual()
|
||||
extern "C"
|
||||
{
|
||||
|
||||
__attribute__((used))
|
||||
void abort()
|
||||
{
|
||||
while (true) { }
|
||||
|
||||
Reference in New Issue
Block a user