change to final_test

Dependencies:   4DGL-uLCD-SE EthernetInterface HTTPClient mbed-rtos mbed

Fork of Fianl_test by Hongyao Shi

Revision:
3:b834ab4a53d1
Parent:
0:28f8ba171e86
--- a/board.cpp	Wed Apr 22 01:48:08 2015 +0000
+++ b/board.cpp	Mon Apr 27 17:38:55 2015 +0000
@@ -11,7 +11,7 @@
     {
         board[i] = new int[3];
         for(int j=0; j<3; j++)
-            board[i][j]=0;
+            board[i][j]=-1;
     }
 }