1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Fix some 16-bit vs 32-bit math issues for AVR

This commit is contained in:
Rhys Weatherley
2016-08-27 06:16:04 +10:00
parent 8512fc0140
commit 6d2f7b34d6
2 changed files with 14 additions and 15 deletions

View File

@@ -434,7 +434,6 @@ void testVectors()
Serial.print("ok ... ");
else
Serial.print("fail ... ");
Serial.println(buffer[0], HEX);
Serial.print(elapsed);
Serial.println(" us");