voxl2: add system reboot support

This commit is contained in:
Eric Katzfey
2026-02-22 11:37:31 -07:00
committed by Eric Katzfey
parent 30cbf84fd8
commit 845a7efd58
12 changed files with 169 additions and 7 deletions
+2 -1
View File
@@ -57,9 +57,10 @@
#ifdef __PX4_NUTTX
#include <nuttx/board.h>
#include <sys/boardctl.h>
#endif
#include <sys/boardctl.h>
using namespace time_literals;
static pthread_mutex_t shutdown_mutex =