only: same int for compiler but major confusion re: timing type?

This commit is contained in:
rusefi 2024-04-24 13:13:45 -04:00
parent ff64d67075
commit 4f68f971d3
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ struct scheduling_s {
/**
* timestamp represented as 64-bit value of ticks since MCU start
*/
// actually looks like this is ALWAYS or sometimes us these days?
volatile efitick_t momentX = 0;
/**