From 179820cead5ecd47d1cdbd65bea463cecd4f0da7 Mon Sep 17 00:00:00 2001 From: stmoon Date: Sat, 2 Apr 2022 14:23:26 +0000 Subject: [PATCH] boards: px4_fmu_v5x_rtps disable common telemetry modules to save flash --- boards/px4/fmu-v5x/rtps.px4board | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/px4/fmu-v5x/rtps.px4board b/boards/px4/fmu-v5x/rtps.px4board index 0163ab924c..b0e215cf2f 100644 --- a/boards/px4/fmu-v5x/rtps.px4board +++ b/boards/px4/fmu-v5x/rtps.px4board @@ -1,4 +1,5 @@ CONFIG_EXAMPLES_FAKE_GPS=n +CONFIG_COMMON_TELEMETRY=n CONFIG_SYSTEMCMDS_DUMPFILE=n CONFIG_SYSTEMCMDS_REFLECT=n CONFIG_SYSTEMCMDS_SD_BENCH=n