This commit is contained in:
rusefi 2019-05-04 22:39:24 -04:00
parent 65a86a8dd6
commit 2c81628068
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ int getRemainingStack(thread_t *otp);
#endif /* __cplusplus */ #endif /* __cplusplus */
// 168 ticks in microsecond // 168 ticks in microsecond in case of 168MHz 407
#define US_TO_NT_MULTIPLIER (CORE_CLOCK / 1000000) #define US_TO_NT_MULTIPLIER (CORE_CLOCK / 1000000)
/** /**