diff --git a/components/ratgdo/rolling_code.cpp b/components/ratgdo/rolling_code.cpp index cd1b84a..ea4f0cf 100644 --- a/components/ratgdo/rolling_code.cpp +++ b/components/ratgdo/rolling_code.cpp @@ -1,6 +1,5 @@ #include "rolling_code.h" #include "common.h" -#include "secplus/secplus.h" void readCounterFromFlash() { // Open the file diff --git a/components/ratgdo/rolling_code.h b/components/ratgdo/rolling_code.h index 67b0b28..b91233a 100644 --- a/components/ratgdo/rolling_code.h +++ b/components/ratgdo/rolling_code.h @@ -2,7 +2,7 @@ #define _RATGDO_ROLLING_CODE_H extern "C" { -#include "secplus.h" +#include "secplus/secplus.h" } void readCounterFromFlash(); // get the rolling code counter from setup.json &