Added Crank and Cam macros
This commit is contained in:
@@ -11,3 +11,5 @@
|
|||||||
do { \
|
do { \
|
||||||
} while (0)
|
} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
#define CRANK(num) ringBufferRead(&state_g.crank_RB, num);
|
||||||
|
#define CAM(num) ringBufferRead(&state_g.cam_RB, num);
|
||||||
|
|||||||
Reference in New Issue
Block a user