Skip to content

Commit 1bb0da0

Browse files
committed
variants/CY8CKIT-062-AI/pins_arduino.h: Array for gpio initialization.
Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>
1 parent fa03e53 commit 1bb0da0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/CY8CKIT-062S2-AI/pins_arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ const cyhal_gpio_t mapping_gpio_pin[] = {
193193

194194
const uint8_t GPIO_PIN_COUNT = (sizeof(mapping_gpio_pin) / sizeof(mapping_gpio_pin[0])) - 1;
195195

196+
bool gpio_initialized[GPIO_PIN_COUNT] = {false};
197+
196198
#ifdef __cplusplus
197199
}
198200
#endif /* __cplusplus */

0 commit comments

Comments
 (0)