Adam Baker 201166301

Dependencies:   mbed Gamepad N5110

Revision:
45:e5b69581d7a1
Parent:
44:03059810630d
--- a/main.cpp	Thu May 09 10:51:42 2019 +0000
+++ b/main.cpp	Thu May 09 10:54:43 2019 +0000
@@ -8,14 +8,14 @@
 */
 
 
-///////// pre-processor directives ////////
+///////// pre-processor directives /////////
 #include "mbed.h"
 #include "Gamepad.h"
 #include "N5110.h"
 #include "BlockheadEngine.h"
 #include "Menu.h"
 
-/////////////// objects ///////////////
+/////////////// objects ////////////////
 N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11);
 Gamepad pad;
 BlockheadEngine blockhead;