Fixed timer calibration

This commit is contained in:
Alex
2022-10-23 03:47:38 +03:00
parent 782b3fa78a
commit 7918999799
3 changed files with 87 additions and 37 deletions

View File

@ -13,7 +13,7 @@
#elif defined(__aarch64__)
#endif
// #define DEBUG_SCHEDULER 1
#define DEBUG_SCHEDULER 1
#ifdef DEBUG_SCHEDULER
#define schedbg(m, ...) debug(m, ##__VA_ARGS__)