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: FXOS8700CQ MODSERIAL mbed
Fork of Avnet_ATT_Cellular_IOT by
Revision 62:73c564e883e9, committed 2016-08-01
- Comitter:
- stefanrousseau
- Date:
- Mon Aug 01 19:31:22 2016 +0000
- Parent:
- 61:f6b93129f954
- Child:
- 63:90d7c69993cd
- Commit message:
- Modified wnccontrol.cpp to use the serial port definitions in hardware.h instead of those locally declared.
Changed in this revision
| wnc_control.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/wnc_control.cpp Mon Aug 01 18:29:04 2016 +0000 +++ b/wnc_control.cpp Mon Aug 01 19:31:22 2016 +0000 @@ -4,6 +4,7 @@ #include "config_me.h" #include "SerialBuffered.h" #include "wnc_control.h" +#include "hardware.h" // Outputs detailed WNC command info #define WNC_CMD_DEBUG_ON @@ -11,8 +12,6 @@ // Full debug output, longer cmds and extra cellular status checking #undef WNC_CMD_DEBUG_ON_VERBOSE -extern Serial pc; -extern Serial mdm; extern string MyServerIpAddress; extern string MySocketData;
