From 5c73d24765c03466e57cb2a0cda9ae2e5d2ca4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 16 Jun 2023 10:51:31 +0200 Subject: [PATCH] boards/px4/fmu-v5/test: disable modules to reduce flash --- boards/px4/fmu-v5/test.px4board | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/px4/fmu-v5/test.px4board b/boards/px4/fmu-v5/test.px4board index a5e6f7fbb7..a1eb553e5e 100644 --- a/boards/px4/fmu-v5/test.px4board +++ b/boards/px4/fmu-v5/test.px4board @@ -16,3 +16,4 @@ CONFIG_MODULES_SIMULATION_SIMULATOR_SIH=n CONFIG_BOARD_TESTING=y CONFIG_DRIVERS_TEST_PPM=y CONFIG_SYSTEMCMDS_MICROBENCH=y +CONFIG_DRIVERS_UAVCAN=n