This commit is contained in:
rusefi 2023-10-19 22:54:24 -04:00
parent 28fd3c59ac
commit a7b9603b9c
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
/**
* @brief Shifts angle into the [0..720) range for four stroke and [0..360) for two stroke
* I guess this implementation would be faster than 'angle % engineCycle'
* See also wrapVvt
*/
#define wrapAngle(angle, msg, code) \
{ \