Added Crank and Cam macros

This commit is contained in:
2026-06-03 11:20:26 +02:00
parent 42e64b673c
commit cfe15f2612

View File

@@ -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);