From 2b9ebb7ed62ddba6c436af16e082bc59635ce48b Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 5 Oct 2021 17:10:30 -0400 Subject: [PATCH] boards: holybro_kakutef7 disable systemcmds/work_queue to save flash --- boards/holybro/kakutef7/default.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/holybro/kakutef7/default.cmake b/boards/holybro/kakutef7/default.cmake index 33f0358047..32f54d63c5 100644 --- a/boards/holybro/kakutef7/default.cmake +++ b/boards/holybro/kakutef7/default.cmake @@ -80,5 +80,5 @@ px4_add_board( #uorb #usb_connected ver - work_queue + #work_queue )