Skip to content

Commit

Permalink
Fix missing #include in wiced_resource.h
Browse files Browse the repository at this point in the history
The `CY_PRAGMA` macro is used in certain build scenarios with IAR,
but it is not defined without including "cy_syslib.h"
  • Loading branch information
Kyle Kearney committed Nov 25, 2019
1 parent ac8a8a6 commit c736afa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define INCLUDED_RESOURCE_H_

#include <stdint.h>
#include "cy_syslib.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit c736afa

Please sign in to comment.