Fixed wrong imports breaking CI
All checks were successful
Test compiling project / test (push) Successful in 1m40s
All checks were successful
Test compiling project / test (push) Successful in 1m40s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <Arduino.h>
|
||||
#include <global_data/global_data.h>
|
||||
#include "../global_data/global_data.h"
|
||||
|
||||
void printSuffix(Print* _logOutput, int logLevel);
|
||||
void print_prefix(Print* _logOutput, int logLevel);
|
||||
|
||||
Reference in New Issue
Block a user