Skip to content

Commit

Permalink
Fix CI: Include header file for library 107-Arduino-Debug has been re…
Browse files Browse the repository at this point in the history
…named. (#159)
  • Loading branch information
aentinger committed Sep 12, 2022
1 parent b6cdb53 commit 1d8d5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/OpenCyphal-GNSS-Node/OpenCyphal-GNSS-Node.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define DBG_ENABLE_INFO
#define DBG_ENABLE_DEBUG
//#define DBG_ENABLE_VERBOSE
#include <ArduinoDebug.hpp>
#include <107-Arduino-Debug.hpp>

#undef max
#undef min
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define DBG_ENABLE_INFO
#define DBG_ENABLE_DEBUG
//#define DBG_ENABLE_VERBOSE
#include <ArduinoDebug.hpp>
#include <107-Arduino-Debug.hpp>

#undef max
#undef min
Expand Down

0 comments on commit 1d8d5cb

Please sign in to comment.