Änderung CYCLE_COUNTER_MAX für Testzwecke

This commit is contained in:
Bernhard
2026-01-24 19:38:15 +01:00
parent 450e93982e
commit c4e21dca22

3
main.h
View File

@@ -17,7 +17,8 @@
#include <stdbool.h> #include <stdbool.h>
#define CYCLE_COUNTER_MAX 86400000 //#define CYCLE_COUNTER_MAX 86400000
#define CYCLE_COUNTER_MAX 600000 // for testing only
struct period_info struct period_info
{ {