Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit 4c01c13

Browse files
authored
Align library header file name with library name. (#3)
1 parent e84b83a commit 4c01c13

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/Basic/Basic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* INCLUDE
88
**************************************************************************************/
99

10-
#include <ArduinoBoostUnits.h>
10+
#include <107-Arduino-BoostUnits.h>
1111
using namespace drone::unit;
1212

1313
#define DBG_ENABLE_INFO

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-BoostUnits
99
architectures=samd,mbed,mbed_nano,mbed_portenta,mbed_edge,esp32,rp2040
10-
includes=ArduinoBoostUnits.h
10+
includes=107-Arduino-BoostUnits.h
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* Contributors: https://github.com/107-systems/107-Arduino-BoostUnits/graphs/contributors.
66
*/
77

8-
#ifndef ARDUINO_BOOST_UNITS_H_
9-
#define ARDUINO_BOOST_UNITS_H_
8+
#ifndef _107_ARDUINO_BOOST_UNITS_H_
9+
#define _107_ARDUINO_BOOST_UNITS_H_
1010

1111
/**************************************************************************************
1212
* INCLUDE
@@ -168,4 +168,4 @@ using boost::units::si::meters_per_second;
168168
} /* unit */
169169
} /* drone */
170170

171-
#endif /* ARDUINO_BOOST_UNITS_H_ */
171+
#endif /* _107_ARDUINO_BOOST_UNITS_H_ */

0 commit comments

Comments
 (0)