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.
Fork of MTS-Cellular by
Diff: Cellular/Cellular.h
- Revision:
- 2:10e72dce251d
- Parent:
- 1:f155d94d6f3a
- Child:
- 3:04046eebaef5
diff -r f155d94d6f3a -r 10e72dce251d Cellular/Cellular.h --- a/Cellular/Cellular.h Mon May 19 12:34:32 2014 -0500 +++ b/Cellular/Cellular.h Mon May 19 14:40:54 2014 -0500 @@ -4,9 +4,10 @@ #include <string> #include <vector> +#include "mbed.h" #include "IPStack.h" #include "MTSBufferedIO.h" -#include "mbed.h" +#include "CellUtils.h" namespace mts { @@ -312,4 +313,4 @@ } -#endif /* CELLULAR_H */ \ No newline at end of file +#endif /* CELLULAR_H */