AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
5:be598835bab0
Parent:
4:2c91c9eccf3a
Child:
11:50572814f73e
--- a/board/Leds.h	Sat Dec 13 10:11:24 2014 +0000
+++ b/board/Leds.h	Sat Dec 13 12:24:37 2014 +0000
@@ -5,7 +5,7 @@
 
 struct LedPins{
     PinName left;
-    PinName richt;
+    PinName right;
 };
 
 class Leds{