main: move more tiny objects out of main.cpp

This commit is contained in:
2023-02-18 17:15:21 +01:00
parent 2848c8ad12
commit 1494dd6405
11 changed files with 321 additions and 310 deletions

View File

@@ -0,0 +1,5 @@
#include "./CircadianRhythm.h"
#include "../Static.h"
STATIC_ALLOC(CircadianRhythm);
STATIC_TASK(CircadianRhythm);