mirror of https://github.com/ARMmbed/mbed-os.git
Fixed IAR 7.8 compile
parent
952ca8729f
commit
ea41e18aa0
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef CELLULAR_LOG_H_
|
||||
#define CELLULAR_LOG_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
#ifdef FEATURE_COMMON_PAL
|
||||
#include <stdarg.h>
|
||||
#endif // FEATURE_COMMON_PAL
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#define CELLULAR_UTIL_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
namespace mbed_cellular_util {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue