diff --git a/RCSwitch.h b/RCSwitch.h index ab16ddac158751736b51d0e038de0dcf989289a3..24588584333ab920e65144753ef18d821e70f2b9 100644 --- a/RCSwitch.h +++ b/RCSwitch.h @@ -37,7 +37,7 @@ #elif defined(RPI) // Raspberry Pi #define RaspberryPi // PROGMEM och _P functions are for AVR based microprocessors, - // so we must normalize these for the ARM processor: + // so we must normalize these for the ARM processor: #define PROGMEM #define memcpy_P(dest, src, num) memcpy((dest), (src), (num)) // Include libraries for RPi: @@ -97,7 +97,7 @@ class RCSwitch { void disableReceive(); bool available(); void resetAvailable(); - + unsigned long getReceivedValue(); unsigned int getReceivedBitlength(); unsigned int getReceivedDelay();