Skip to content

Commit c736afa

Browse files
author
Kyle Kearney
committed
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"
1 parent ac8a8a6 commit c736afa

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/resource_imp

1 file changed

+1
-0
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/resource_imp/wiced_resource.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#define INCLUDED_RESOURCE_H_
3535

3636
#include <stdint.h>
37+
#include "cy_syslib.h"
3738

3839
#ifdef __cplusplus
3940
extern "C" {

0 commit comments

Comments
 (0)