mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
Fix kitewing build problem by re-adding RADIO_CONTROL support to csc_telemetry
This commit is contained in:
@@ -67,6 +67,11 @@
|
||||
#include "booz_radio_control.h"
|
||||
#define PERIODIC_SEND_RC() DOWNLINK_SEND_RC(RADIO_CONTROL_NB_CHANNEL, radio_control.values)
|
||||
#define PERIODIC_SEND_QUAD_STATUS() DOWNLINK_SEND_QUAD_STATUS(&radio_control.status, &pprz_mode, &vsupply, &cpu_time)
|
||||
#else
|
||||
#ifdef RADIO_CONTROL
|
||||
#define PERIODIC_SEND_RC() DOWNLINK_SEND_RC(PPM_NB_PULSES, rc_values)
|
||||
#define PERIODIC_SEND_QUAD_STATUS() DOWNLINK_SEND_QUAD_STATUS(&rc_status, &pprz_mode, &vsupply, &cpu_time)
|
||||
#endif
|
||||
#endif /* USE_RADIO_CONTROL */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user