mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
fix sim: define USEC_OF_RC_PPM_TICKS instead of USEC_OF_RC_PPM_TICS
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
*/
|
||||
#define RC_PPM_TICKS_OF_USEC(_x) (_x)
|
||||
#define RC_PPM_SIGNED_TICKS_OF_USEC(_x) (_x)
|
||||
#define USEC_OF_RC_PPM_TICS(_x) (_x)
|
||||
#define USEC_OF_RC_PPM_TICKS(_x) (_x)
|
||||
|
||||
#define PPM_NB_CHANNEL RADIO_CONTROL_NB_CHANNEL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user