synchronize scheduler, now it works

This commit is contained in:
2024-03-08 13:12:55 +01:00
parent 8da88e96c2
commit a4adf6ac27
5 changed files with 20 additions and 34 deletions

2
time.h
View File

@ -4,8 +4,6 @@
#include <stdint.h>
void timeInit();
uint32_t getMillis();
void ms_active_delay(uint16_t delay);