mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-11 12:12:48 +00:00
renamed "boarddefs.h" to "IRremoteBoardDefs.h" to avoid possible
conflcits. This was suggested in #375 and aims to prevent a **possible** issue.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user