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