Browse Source

boards: cubepilot_cubeorange_test disable unused modules to save flash

master
Daniel Agar 3 years ago
parent
commit
476e050000
  1. 6
      boards/cubepilot/cubeorange/test.cmake

6
boards/cubepilot/cubeorange/test.cmake

@ -44,9 +44,9 @@ px4_add_board( @@ -44,9 +44,9 @@ px4_add_board(
pwm_out_sim
pwm_out
px4io
roboclaw
#roboclaw
rpm
smart_battery/batmon
#smart_battery/batmon
telemetry # all available telemetry drivers
test_ppm
tone_alarm
@ -107,7 +107,7 @@ px4_add_board( @@ -107,7 +107,7 @@ px4_add_board(
perf
pwm
reboot
reflect
#reflect
sd_bench
#serial_test
system_time

Loading…
Cancel
Save