From e19c7ca18bb95bf16f6c41031ff6fdfb5fa6cca9 Mon Sep 17 00:00:00 2001 From: alexklimaj Date: Tue, 10 Jan 2023 18:01:46 -0700 Subject: [PATCH] Add reboot command to ark flow --- boards/ark/can-flow/default.px4board | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/ark/can-flow/default.px4board b/boards/ark/can-flow/default.px4board index 1d84adebf0..c9ca0be106 100644 --- a/boards/ark/can-flow/default.px4board +++ b/boards/ark/can-flow/default.px4board @@ -21,6 +21,7 @@ CONFIG_MODULES_SENSORS=y # CONFIG_SENSORS_VEHICLE_MAGNETOMETER is not set CONFIG_SYSTEMCMDS_PARAM=y CONFIG_SYSTEMCMDS_PERF=y +CONFIG_SYSTEMCMDS_REBOOT=y CONFIG_SYSTEMCMDS_TOP=y CONFIG_SYSTEMCMDS_TOPIC_LISTENER=y CONFIG_SYSTEMCMDS_UORB=y