libs
This commit is contained in:
parent
193d5c4911
commit
cd68a42911
|
@ -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
|
||||||
|
|
|
@ -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 &
|
||||||
|
|
Loading…
Reference in New Issue