Skip to content

Commit 9974d83

Browse files
authored
Merge pull request #11949 from ARMmbed/acabarbaye-patch-1
Fix for ARMC5 compilation errors for some targets
2 parents d5f813b + 877523d commit 9974d83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

features/cellular/framework/AT/AT_CellularContext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
#include <stdio.h>
1819
#include "AT_CellularContext.h"
1920
#include "AT_CellularNetwork.h"
2021
#include "AT_CellularStack.h"

features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularStack.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
#include <stdio.h>
1819
#include <string.h>
1920
#include "QUECTEL/BG96/QUECTEL_BG96_CellularStack.h"
2021
#include "CellularLog.h"

0 commit comments

Comments
 (0)