Skip to content

Commit 4fd8775

Browse files
committed
Fix for nightly IDE builds
1 parent 986389b commit 4fd8775

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

examples/SecurityPersonalizer/SecurityPersonalizer.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
* Details on personalization procedure is given in @ref personalization.
8181
*/
8282

83-
#include "sha204/sha204_library.h"
84-
#include "sha204/sha204_lib_return_codes.h"
83+
#include "sha204_library.h"
84+
#include "sha204_lib_return_codes.h"
8585
#define MY_CORE_ONLY
8686
#include <MySensors.h>
8787

0 commit comments

Comments
 (0)