Skip to content

Commit 98d6a2c

Browse files
committed
renamed "boarddefs.h" to "IRremoteBoardDefs.h" to avoid possible
conflcits. This was suggested in #375 and aims to prevent a **possible** issue.
1 parent 96efb59 commit 98d6a2c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

boarddefs.h renamed to IRremoteBoardDefs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// Whynter A/C ARC-110WD added by Francesco Meschia
1818
//******************************************************************************
1919

20-
#ifndef boarddefs_h
21-
#define boarddefs_h
20+
#ifndef IRremoteBoardDefs_h
21+
#define IRremoteBoardDefs_h
2222

2323
//------------------------------------------------------------------------------
2424
// Defines for blinking the LED
@@ -545,4 +545,4 @@
545545
# error "Internal code configuration error, no known IR_USE_TIMER# defined\n"
546546
#endif
547547

548-
#endif // ! boarddefs_h
548+
#endif // ! IRremoteBoardDefs_h

IRremoteInt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ EXTERN volatile irparams_t irparams;
108108
#define SPACE 1
109109

110110
// All board specific stuff has been moved to its own file, included here.
111-
#include "boarddefs.h"
111+
#include "IRremoteBoardDefs.h"
112112

113113
#endif

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.2 - 2017/01/20
2+
- Renamed "boarddefs.h" [ISSUE #375](https://github.com/z3t0/Arduino-IRremote/issues/375)
3+
14
## 2.2.1 - 2016/07/27
25
- Added tests for Lego Power Functions Protocol [PR #336](https://github.com/z3t0/Arduino-IRremote/pull/336)
36

0 commit comments

Comments
 (0)