Test program for USB Serial on KL25Z

Dependencies:   USBDevice mbed

Fork of USBSerial_HelloWorld by Samuel Mokrani

Revision:
12:3782381a4661
Parent:
10:ab3f32c62e8f
Child:
13:d3aece5203ea
--- a/main.cpp	Thu Jul 20 16:07:19 2017 +0000
+++ b/main.cpp	Thu Jul 20 16:15:49 2017 +0000
@@ -9,6 +9,6 @@
     while(1)
     {
         serial.printf("I am a virtual serial port\r\n");
-        wait(.5);
+        wait(1);
     }
 }
\ No newline at end of file