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

Removed whitespace (trailing tab) which accidentally was reintroduced during a merge

parent 48b15b6f
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#if defined(ARDUINO) && ARDUINO >= 100 #if defined(ARDUINO) && ARDUINO >= 100
#include "Arduino.h" #include "Arduino.h"
#elif defined(ENERGIA) // LaunchPad, FraunchPad and StellarPad specific #elif defined(ENERGIA) // LaunchPad, FraunchPad and StellarPad specific
#include "Energia.h" #include "Energia.h"
#elif defined(RPI) // Raspberry Pi #elif defined(RPI) // Raspberry Pi
#define RaspberryPi #define RaspberryPi
// PROGMEM och _P functions are for AVR based microprocessors, // PROGMEM och _P functions are for AVR based microprocessors,
......
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