Fix include for Linux build

This commit is contained in:
fvanroie 2022-04-26 15:28:02 +02:00
parent 3fa03f11f8
commit 1ca618f413

View File

@ -4,7 +4,9 @@
#ifndef HASP_MACRO_H
#define HASP_MACRO_H
#ifdef ARDUINO
#include "ArduinoLog.h"
#endif
#ifdef USE_CONFIG_OVERRIDE
#include "user_config_override.h"