File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 17
17
// Whynter A/C ARC-110WD added by Francesco Meschia
18
18
//******************************************************************************
19
19
20
- #ifndef boarddefs_h
21
- #define boarddefs_h
20
+ #ifndef IRremoteBoardDefs_h
21
+ #define IRremoteBoardDefs_h
22
22
23
23
//------------------------------------------------------------------------------
24
24
// Defines for blinking the LED
545
545
# error "Internal code configuration error, no known IR_USE_TIMER# defined\n"
546
546
#endif
547
547
548
- #endif // ! boarddefs_h
548
+ #endif // ! IRremoteBoardDefs_h
Original file line number Diff line number Diff line change @@ -108,6 +108,6 @@ EXTERN volatile irparams_t irparams;
108
108
#define SPACE 1
109
109
110
110
// All board specific stuff has been moved to its own file, included here.
111
- #include "boarddefs .h"
111
+ #include "IRremoteBoardDefs .h"
112
112
113
113
#endif
Original file line number Diff line number Diff line change
1
+ ## 2.2.2 - 2017/01/20
2
+ - Renamed "boarddefs.h" [ ISSUE #375 ] ( https://github.com/z3t0/Arduino-IRremote/issues/375 )
3
+
1
4
## 2.2.1 - 2016/07/27
2
5
- Added tests for Lego Power Functions Protocol [ PR #336 ] ( https://github.com/z3t0/Arduino-IRremote/pull/336 )
3
6
You can’t perform that action at this time.
0 commit comments