From 3be7a3323e79f651a70228263513a7d8b36d6a7e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 6 Dec 2015 16:30:00 +0100 Subject: [PATCH] Enable topic listener for Pixracer config --- cmake/configs/nuttx_px4fmu-v4_default.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/configs/nuttx_px4fmu-v4_default.cmake b/cmake/configs/nuttx_px4fmu-v4_default.cmake index 720b9e74b8..a6dd256a34 100644 --- a/cmake/configs/nuttx_px4fmu-v4_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v4_default.cmake @@ -36,7 +36,7 @@ set(config_module_list drivers/meas_airspeed drivers/frsky_telemetry modules/sensors - #drivers/mkblctrl + drivers/mkblctrl drivers/px4flow drivers/oreoled drivers/gimbal @@ -53,7 +53,7 @@ set(config_module_list systemcmds/pwm systemcmds/esc_calib systemcmds/reboot - #systemcmds/topic_listener + systemcmds/topic_listener systemcmds/top systemcmds/config systemcmds/nshterm