ELEC2645 (2018/19) / Mbed 2 deprecated el17lw

Dependencies:   mbed

Revision:
8:5327418f823a
Parent:
6:8741d2011692
Child:
9:fff2009f826e
--- a/Map/Map.cpp	Wed Mar 20 17:56:55 2019 +0000
+++ b/Map/Map.cpp	Sat Mar 23 15:36:56 2019 +0000
@@ -9,9 +9,9 @@
     _line_1.x_end = 15;
     _line_1.y = 40;
     _line_2.x_start = 25;
-    _line_2.x_end = 40;
+    _line_2.x_end = 50;
     _line_2.y = 40;
-    _line_3.x_start = 50;
+    _line_3.x_start = 60;
     _line_3.x_end = 80;
     _line_3.y = 40;
     }