Skip to content

renamed "boarddefs.h" to "IRremoteBoardDefs.h" #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions boarddefs.h → IRremoteBoardDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// Whynter A/C ARC-110WD added by Francesco Meschia
//******************************************************************************

#ifndef boarddefs_h
#define boarddefs_h
#ifndef IRremoteBoardDefs_h
#define IRremoteBoardDefs_h

//------------------------------------------------------------------------------
// Defines for blinking the LED
Expand Down Expand Up @@ -545,4 +545,4 @@
# error "Internal code configuration error, no known IR_USE_TIMER# defined\n"
#endif

#endif // ! boarddefs_h
#endif // ! IRremoteBoardDefs_h
2 changes: 1 addition & 1 deletion IRremoteInt.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ EXTERN volatile irparams_t irparams;
#define SPACE 1

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

#endif
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 2.2.2 - 2017/01/20
- Renamed "boarddefs.h" [ISSUE #375](https://github.com/z3t0/Arduino-IRremote/issues/375)
- Fixed naming bug [PR #398](https://github.com/z3t0/Arduino-IRremote/pull/398)

## 2.2.1 - 2016/07/27
Expand Down