only respect the USE_LED define, removed LED

This commit is contained in:
Felix Ruess
2011-01-04 20:17:02 +01:00
parent 1016a2899d
commit a9a0c18c48
+1 -2
View File
@@ -31,8 +31,7 @@
#ifndef LED_H
#define LED_H
// FIXME : remove LED
#if defined USE_LED || defined LED
#if defined USE_LED
#include "led_hw.h"