todo: are those hibernating ports not well?

This commit is contained in:
rusEFI LLC 2024-04-25 15:17:13 -04:00
parent 998d1caae1
commit 93edf72814
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#define PORT_SIZE 16
// 168 ticks in microsecond in case of 168MHz 407
// todo: stm32 ticks are based on 4MHz timer I wonder if these CORE_CLOCK-based clocks are broken here?!
#define US_TO_NT_MULTIPLIER (CORE_CLOCK / 1000000)
// Scheduler queue GPT device

View File

@ -11,7 +11,7 @@
// This is the radical departure from STM32
#define PORT_SIZE 18
// 168 ticks in microsecond in case of 168MHz 407
// todo: stm32 ticks are based on 4MHz timer I wonder if these CORE_CLOCK-based clocks are broken here?!
#define US_TO_NT_MULTIPLIER (CORE_CLOCK / 1000000)
// Scheduler queue GPT device