AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
23:eb5a5da6e83f
Parent:
16:e8e96bf22df1
--- a/games/DummyGame.h	Sun May 24 19:31:24 2015 +0000
+++ b/games/DummyGame.h	Sun May 24 20:36:19 2015 +0000
@@ -6,7 +6,7 @@
 class DummyGame : public Game{
     public:
     DummyGame(Board* board);
-    virtual void run();
+    void run();
     virtual void setup();
     
 };