Hangman game using qp a 16x2 LCD and joystick.

Dependencies:   TextLCD mbed qp

Revision:
1:4efaebc256d3
Parent:
0:1521c946a57b
--- a/bsp.cpp	Wed Feb 08 22:20:11 2012 +0000
+++ b/bsp.cpp	Thu Feb 09 03:57:44 2012 +0000
@@ -4,6 +4,8 @@
 #include "LPC17xx.h"
 #include "mbed.h"
 
+Q_DEFINE_THIS_FILE
+
 enum ISR_Priorities { // ISR priorities from highest urgency to lowest
     BUTTON_PRIO,
     SYSTICK_PRIO,