mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-08-17 09:02:06 +08:00
[stm32] spektrum: use #if for USE_DSMX check
This commit is contained in:
@@ -49,7 +49,7 @@ INFO("Radio-Control now follows PPRZ sign convention: this means you might need
|
||||
#define ONE_MHZ 1000000
|
||||
|
||||
/* Number of low pulses sent to satellite receivers */
|
||||
#ifdef USE_DSMX
|
||||
#if USE_DSMX
|
||||
#define MASTER_RECEIVER_PULSES 9
|
||||
#define SLAVE_RECEIVER_PULSES 10
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user