Merge pull request #11949 from ARMmbed/acabarbaye-patch-1

Fix for ARMC5 compilation errors for some targets
pull/11962/head
Martin Kojtal 2019-11-27 13:12:14 +01:00 committed by GitHub
commit 9974d831fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* limitations under the License.
*/
#include <stdio.h>
#include "AT_CellularContext.h"
#include "AT_CellularNetwork.h"
#include "AT_CellularStack.h"

View File

@ -15,6 +15,7 @@
* limitations under the License.
*/
#include <stdio.h>
#include <string.h>
#include "QUECTEL/BG96/QUECTEL_BG96_CellularStack.h"
#include "CellularLog.h"