fix sim: define USEC_OF_RC_PPM_TICKS instead of USEC_OF_RC_PPM_TICS

This commit is contained in:
Felix Ruess
2012-01-25 01:34:47 +01:00
parent 71a0b8e6a2
commit 5f511e0eee
@@ -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