Browse Source

Removed #ifndef BLINKM

Tim Koster 10 years ago
parent
commit
97b0da0c2e
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/BlinkM.h

+ 0
- 4
Marlin/BlinkM.h View File

8
   # include "WProgram.h"
8
   # include "WProgram.h"
9
 #endif
9
 #endif
10
 
10
 
11
-#ifndef BLINKM
12
-#define BLINKM
13
-
14
 #include "Wire.h"
11
 #include "Wire.h"
15
 
12
 
16
 void SendColors(byte red, byte grn, byte blu);
13
 void SendColors(byte red, byte grn, byte blu);
17
 
14
 
18
-#endif

Loading…
Cancel
Save