build: clean up the mess of ifdefs from platform into a scons-configured hal

This commit is contained in:
Torrie Fischer
2023-12-20 10:47:26 +01:00
parent 236795917a
commit 23993a09cf
21 changed files with 376 additions and 410 deletions

View File

@@ -2,6 +2,7 @@
#include <FastLED.h>
#include <Figments.h>
#include "BootOptions.h"
#include "Hal.h"
class Platform : public Task {
static int s_timezone;