MTM PPO mbed2d-2 program

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
1:3f9eb24c51b2
Parent:
0:528c126a5ac9
Child:
2:ce9137eb0655
--- a/main.cpp	Sun May 10 20:47:57 2020 +0000
+++ b/main.cpp	Mon May 11 09:27:05 2020 +0000
@@ -3,8 +3,8 @@
 
 int main()
 {
+    KeyboardTsLcd TouchKeyboard(0);
     KeyboardTsLcd LedKeyboard(2);
-    KeyboardTsLcd TouchKeyboard(0);
     while(1) 
     {
         TouchKeyboard.eRead();