Skip to content
Snippets Groups Projects
Commit a8864326 authored by Robert ter Vehn's avatar Robert ter Vehn
Browse files

Removed tabs

parent 623da014
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment