From 79467a8846f58381123475b7675438245374aff5 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 17 Feb 2021 03:41:08 +0100 Subject: [PATCH] Minor tweaks --- src/main_arduino.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main_arduino.cpp b/src/main_arduino.cpp index 2a68517f..89b492c6 100644 --- a/src/main_arduino.cpp +++ b/src/main_arduino.cpp @@ -8,12 +8,12 @@ #include "hasp_conf.h" // load first #if HASP_USE_CONFIG > 0 - #include "hasp_debug.h" +#include "hasp_debug.h" #endif #if HASP_USE_CONFIG > 0 - #include "hasp_config.h" - #include "hasp_gui.h" +#include "hasp_config.h" +#include "hasp_gui.h" #endif #include "hasp_oobe.h" @@ -31,6 +31,8 @@ unsigned long mainLastLoopTime = 0; void setup() { + // hal_setup(); + haspDevice.pre_setup(); /****************************