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.
Diff: global.h
- Revision:
- 1:940070f92554
- Parent:
- 0:3d4b4cf5f0e3
diff -r 3d4b4cf5f0e3 -r 940070f92554 global.h --- a/global.h Wed Nov 13 22:08:48 2019 +0000 +++ b/global.h Thu Nov 14 14:02:32 2019 +0000 @@ -3,7 +3,8 @@ #include "mbed.h" static Serial pcSerial(USBTX,USBRX,115200); - static Serial modemSerial(PC_6, PC_7); + //static Serial modemSerial(PC_6, PC_7); + static Serial modemSerial(PC_4,PC_5); void get_response(uint16_t timeout,bool is_multiline); #define DEBUG_PRINTLN(...) \ {\