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: MTS-Cellular MTS-Serial MTS-Socket MTS-Test MTS-Utils
Fork of mtsas by
Revision 3:2e4f3bf00e3f, committed 2014-05-22
- Comitter:
- mfiore
- Date:
- Thu May 22 15:27:29 2014 +0000
- Parent:
- 1:354f26949a41
- Parent:
- 2:da111c896e9f
- Child:
- 4:7f87628688cd
- Commit message:
- merge changes
Changed in this revision
--- a/mtsas.h Thu May 22 15:26:19 2014 +0000 +++ b/mtsas.h Thu May 22 15:27:29 2014 +0000 @@ -2,6 +2,7 @@ #include "Cellular.h" #include "EasyIP.h" #include "UIP.h" +#include "CellularFactory.h" /* Cellular Utils Includes */ #include "Terminal.h" @@ -23,4 +24,4 @@ /* Utils Includes */ #include "MTSCircularBuffer.h" #include "MTSLog.h" -#include "MTSText.h" \ No newline at end of file +#include "MTSText.h"
