mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-12 11:26:31 +08:00
Fixed led and reboot linker challenges in C++ environments
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
|
||||
#include "systemlib.h"
|
||||
|
||||
__EXPORT extern void systemreset(void) {
|
||||
up_systemreset();
|
||||
}
|
||||
|
||||
static void kill_task(FAR struct tcb_s *tcb, FAR void *arg);
|
||||
|
||||
void killall()
|
||||
|
||||
Reference in New Issue
Block a user