Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
servos_nil.h
Go to the documentation of this file.
1 #ifndef SERVOS_NIL_H
2 #define SERVOS_NIL_H
3 
4 #define SERVOS_TICS_OF_USEC(s) cpu_ticks_of_usec(s)
5 #define ChopServo(x,a,b) Chop(x, a, b)
6 #define Actuator(i) actuators[i]
7 #define ActuatorsCommit() {}
8 
9 #endif /* SERVOS_NIL_H */