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:
@@ -434,7 +434,6 @@ void testVectors()
|
||||
Serial.print("ok ... ");
|
||||
else
|
||||
Serial.print("fail ... ");
|
||||
Serial.println(buffer[0], HEX);
|
||||
Serial.print(elapsed);
|
||||
Serial.println(" us");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user