This commit is contained in:
boccioli_m
2017-10-12 11:14:46 +02:00
parent f67e0a33af
commit 394af02317
2 changed files with 2 additions and 2 deletions

View File

@@ -317,7 +317,7 @@ public class TestingList extends Panel {
for (i=0 ; i < msg.length; i++) {
System.out.print(String.format("%02X ", msg[i]));
}
System.out.println("");