only:rusefi_time_types.h

This commit is contained in:
rusefi 2023-08-30 21:35:30 -04:00
parent eaf4db7528
commit 325046f15d
3 changed files with 3 additions and 7 deletions

View File

@ -19,6 +19,7 @@
using time_t = uint32_t;
#endif
#include <rusefi/rusefi_time_types.h>
#include "rusefi_generated.h"
#include "rusefi_enums.h"
#include "firing_order.h"
@ -51,11 +52,6 @@ using efitimesec_t = time_t;
* See MS2US
*/
/**
* 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;
/**
* 64 bit time in microseconds (1/1_000_000 of a second), since boot

@ -1 +1 @@
Subproject commit aaafa2e3e1cff8e7cb3a0b15ce8ad443a91830e0
Subproject commit 946a418680df7fbb298016f45c4160d79c18c89c

View File

@ -4,7 +4,7 @@
#pragma once
#include "efitime.h"
#include <rusefi/rusefi_time_types.h>
/**
* Helper class with "has X amount of time elapsed since most recent reset" methods