efitick_t

This commit is contained in:
rusefi 2023-08-30 21:28:56 -04:00
parent 5f11cb156e
commit 946a418680
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/**
* platform-dependent tick since boot
* in case of stm32f4 that's 32-bit timer ticks (SCHEDULER_TIMER_DEVICE == TIM5) extended to 64 bits
*/
using efitick_t = int64_t;