From ce747fac62ff132bf3916e8d8b20d8363eedba9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 10 Sep 2021 08:43:33 +0200 Subject: [PATCH] cuav/x7pro: disable modules to reduce flash --- boards/cuav/x7pro/default.cmake | 8 ++++---- boards/cuav/x7pro/test.cmake | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/cuav/x7pro/default.cmake b/boards/cuav/x7pro/default.cmake index 9af17219da..3bd4137069 100644 --- a/boards/cuav/x7pro/default.cmake +++ b/boards/cuav/x7pro/default.cmake @@ -101,7 +101,7 @@ px4_add_board( led_control mft mixer - motor_ramp + #motor_ramp motor_test mtd nshterm @@ -109,10 +109,10 @@ px4_add_board( perf pwm reboot - reflect + #reflect sd_bench - serial_test - system_time + #serial_test + #system_time top topic_listener tune_control diff --git a/boards/cuav/x7pro/test.cmake b/boards/cuav/x7pro/test.cmake index df17de06ec..355126c9ae 100644 --- a/boards/cuav/x7pro/test.cmake +++ b/boards/cuav/x7pro/test.cmake @@ -102,7 +102,7 @@ px4_add_board( mft microbench mixer - motor_ramp + #motor_ramp motor_test mtd nshterm @@ -110,10 +110,10 @@ px4_add_board( perf pwm reboot - reflect + #reflect sd_bench serial_test - system_time + #system_time tests # tests and test runner top topic_listener