mirror of https://github.com/ARMmbed/mbed-os.git
Fix missing #include in wiced_resource.h
The `CY_PRAGMA` macro is used in certain build scenarios with IAR, but it is not defined without including "cy_syslib.h"pull/11886/head
parent
ac8a8a6079
commit
c736afa3b0
|
|
@ -34,6 +34,7 @@
|
|||
#define INCLUDED_RESOURCE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "cy_syslib.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue