This commit is contained in:
J. Nick Koston 2023-06-05 12:34:54 -05:00
parent 193d5c4911
commit cd68a42911
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#include "rolling_code.h" #include "rolling_code.h"
#include "common.h" #include "common.h"
#include "secplus/secplus.h"
void readCounterFromFlash() { void readCounterFromFlash() {
// Open the file // Open the file

View File

@ -2,7 +2,7 @@
#define _RATGDO_ROLLING_CODE_H #define _RATGDO_ROLLING_CODE_H
extern "C" { extern "C" {
#include "secplus.h" #include "secplus/secplus.h"
} }
void readCounterFromFlash(); // get the rolling code counter from setup.json & void readCounterFromFlash(); // get the rolling code counter from setup.json &