Browse Source

Removed #ifndef BLINKM

pull/1/head
Tim Koster 11 years ago
parent
commit
97b0da0c2e
  1. 4
      Marlin/BlinkM.h

4
Marlin/BlinkM.h

@ -8,11 +8,7 @@
# include "WProgram.h"
#endif
#ifndef BLINKM
#define BLINKM
#include "Wire.h"
void SendColors(byte red, byte grn, byte blu);
#endif

Loading…
Cancel
Save