test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
4:0fe59e58def9
Parent:
2:50a76ed8bf55
--- a/point.h	Fri Dec 02 06:23:48 2016 +0000
+++ b/point.h	Fri Dec 02 07:35:34 2016 +0000
@@ -1,10 +1,11 @@
 #ifndef point_h
 #define point_h
 
-#define BOARD_X = 128
-#define BOARD_Y = 32
+#define BOARD_X 128
+#define BOARD_Y 32
 
 typedef struct {
     int x;
     int y;
-} point;
\ No newline at end of file
+} point;
+#endif
\ No newline at end of file