Luke Cartwright / Mbed 2 deprecated ELEC2645_Project_el18loc_nearlythere

Dependencies:   mbed

Revision:
14:9cfe0041cc4e
Parent:
11:6ae098535da9
Child:
22:028f1627c262
diff -r 27300c533dd1 -r 9cfe0041cc4e Startup/startup.h
--- a/Startup/startup.h	Sat May 09 13:45:23 2020 +0000
+++ b/Startup/startup.h	Tue May 19 15:04:33 2020 +0000
@@ -11,22 +11,23 @@
  * @brief: manages startup and initialisation
  * @date May 2020
 */
- volatile extern uint16_t sin_wavtable[1024];
- volatile extern uint16_t tri_wavtable[1024];
- volatile extern uint16_t pulse_wavtable[1024];
+volatile extern uint16_t sin_wavtable[1024];
+volatile extern uint16_t tri_wavtable[1024];
+volatile extern uint16_t pulse_wavtable[1024];
 
 class startup
 {
 public:
-//vaiables
-float fl;
+    //vaiables
+    float fl;
+
     //methods
     //constructor
     startup();
 
     //destructior
     ~startup();
-    
+
     void initialise(N5110 &lcd, Gamepad &pad);
 
 private: