Dual CANbus monitor and instrumentation cluster supporting ILI9341 display controller

Dependencies:   SPI_TFTx2_ILI9341 TOUCH_TFTx2_ILI9341 TFT_fonts mbed

Fork of CANary by Tick Tock

Revision:
156:4e5d30535cf9
Parent:
155:f31006516956
Child:
158:059abeb44ba1
--- a/utility.cpp	Sat Oct 19 15:38:44 2013 +0000
+++ b/utility.cpp	Thu Oct 24 19:51:31 2013 +0000
@@ -140,7 +140,7 @@
                     // We previously lost messages that did not get into the buffer
                     sprintf(sTemp,"-- Lost %d Messages.\n", nLost);
                     printMsg(sTemp); // write buffer overrun
-                    //beep(500,0.25);
+                    beep(500,0.25);
                     
                     nLost = 0 ;
                 }
@@ -171,7 +171,7 @@
             if (writePointer==readPointer) {
                 // Just caught up to read pointer
                 printMsg("Write buffer overrun.\n"); // write buffer overrun
-                beep(500,0.25);
+                //beep(500,0.25);
             }
         }
     }