work fine

Dependencies:   mbed

Revision:
2:487a727d6181
Parent:
1:14b7c3a3ec60
--- a/Microduino_MatrixBase.cpp	Wed Jun 01 13:38:30 2016 +0000
+++ b/Microduino_MatrixBase.cpp	Thu Jun 02 01:07:50 2016 +0000
@@ -154,8 +154,6 @@
             this->setLedColor(_row, _col, this->value_color[0], this->value_color[1], this->value_color[2]);
     } else
         this->setLedColorFast(_row, _col, 0, 0, 0);
-        
-    wait_ms(1);
 }
 
 void LedControl::setRow(uint8_t _row, uint8_t _value)