Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MBed_Adafruit-GPS-Library SDFileSystem mbed GSM_Library
Fork of DCS by
Diff: gsmqueue.cpp
- Revision:
- 2:5c0513ab856e
- Parent:
- 1:8614e190908b
--- a/gsmqueue.cpp Fri Mar 06 22:36:44 2015 +0000 +++ b/gsmqueue.cpp Fri Mar 06 23:14:13 2015 +0000 @@ -3,6 +3,7 @@ /* queue.cpp * Contains functions to read from the DMA buffer in a queue fashion */ + extern Serial pc; char buffer[BUFFER_LENGTH];
