fix
This commit is contained in:
parent
3dbe8534dc
commit
1c50fde4e0
|
@ -82,7 +82,7 @@ namespace ratgdo {
|
||||||
/********************************** FUNCTION DECLARATION
|
/********************************** FUNCTION DECLARATION
|
||||||
* *****************************************/
|
* *****************************************/
|
||||||
void set_rolling_codes(bool useRollingCodes);
|
void set_rolling_codes(bool useRollingCodes);
|
||||||
void transmit(byte* payload, unsigned int length);
|
void transmit(const unsigned char*, unsigned int);
|
||||||
void sync();
|
void sync();
|
||||||
void openDoor();
|
void openDoor();
|
||||||
void closeDoor();
|
void closeDoor();
|
||||||
|
|
Loading…
Reference in New Issue