Alberto Garcia / Mbed 2 deprecated Practic5_1

Dependencies:   mbed FXOS8700Q

Revision:
4:14814a451645
Parent:
3:ba0abccd66c0
--- a/main.cpp	Sat Apr 11 19:49:41 2020 +0000
+++ b/main.cpp	Sat Apr 11 22:35:27 2020 +0000
@@ -26,9 +26,9 @@
     
     com1.printf ("\nMostrando matriz\n\n");
     
-    for(int i=0;i<filas;i++)
+    for( i=0;i<filas;i++)
         {
-        for(int j=0;j<columnas;j++)
+        for( j=0;j<columnas;j++)
             {
             com1.printf("%5d",numeros[i][j]);
             }