ECE 4180 - Final Project Team / Mbed 2 deprecated WalkieTalkie

Dependencies:   mbed 4DGL-uLCD-SE mbed-rtos nRF24L01P

Revision:
46:62e45e6e4cdb
Parent:
39:54441fa8756f
Child:
47:ee38764a787d
diff -r 805f92c68d55 -r 62e45e6e4cdb CircularBuf.h
--- a/CircularBuf.h	Sun Apr 29 20:18:09 2018 +0000
+++ b/CircularBuf.h	Sun Apr 29 23:21:55 2018 +0000
@@ -18,7 +18,7 @@
     // Argument:
     // 
     /**
-    * @param size Size of the buffer.
+     @param size Size of the buffer.
     *  Assigns a circular buffer of the fiven size.
     */
     CircularBuf(unsigned int size);