Skip to content

Commit 6ddbbf5

Browse files
authored
Rename top-level-include file to be consistent with library name. (#21)
That is to 107-Arduino-Debug.
1 parent 621e136 commit 6ddbbf5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This library works for
2626
#define DBG_ENABLE_INFO
2727
#define DBG_ENABLE_DEBUG
2828
#define DBG_ENABLE_VERBOSE
29-
#include <ArduinoDebug.hpp>
29+
#include <107-Arduino-Debug.hpp>
3030
/* ... */
3131
DEBUG_INSTANCE(80, Serial);
3232
/* ... */

examples/Debug-Basic/Debug-Basic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define DBG_ENABLE_INFO
1515
#define DBG_ENABLE_DEBUG
1616
#define DBG_ENABLE_VERBOSE
17-
#include <ArduinoDebug.hpp>
17+
#include <107-Arduino-Debug.hpp>
1818

1919
/**************************************************************************************
2020
* GLOBAL VARIABLES

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=
77
category=Other
88
url=https://github.com/107-systems/107-Arduino-Debug
99
architectures=samd,esp32,mbed,mbed_nano,mbed_portenta,mbed_edge
10-
includes=ArduinoDebug.hpp
10+
includes=107-Arduino-Debug.hpp

0 commit comments

Comments
 (0)