RealtimeCompLab2

Dependencies:   mbed

Fork of PPP-Blinky by Nicolas Nackel

Revision:
187:e2cea223dd85
Parent:
179:ba2b2ddd0da5
Child:
189:9fc4ae041974
--- a/main.cpp	Mon Sep 25 01:50:33 2017 +0000
+++ b/main.cpp	Fri Oct 06 14:33:42 2017 +0000
@@ -7,7 +7,7 @@
 int main()
 {
     initializePpp(); // initialize the serial port(s) and structures
-    while(1) {
+    while(1) { // main loop
         waitForPcConnectString(); // wait for PC to send a connect message
         while( connectedPpp() ) {
             waitForPppFrame(); // process PPP frames until we receive a disconnect command