Skip to content

Commit b0b0747

Browse files
Add missing includes.
1 parent f3caf6a commit b0b0747

File tree

1 file changed

+3
-0
lines changed
  • targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include

1 file changed

+3
-0
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_utils.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
#if !defined(CY_UTILS_H)
3333
#define CY_UTILS_H
3434

35+
#include <stdbool.h>
36+
#include <stdint.h>
37+
3538
#if defined(__cplusplus)
3639
extern "C" {
3740
#endif

0 commit comments

Comments
 (0)