We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239c3f4 commit 3d95103Copy full SHA for 3d95103
variants/CY8CKIT-062S2-AI/pins_arduino.h
@@ -194,7 +194,7 @@ const cyhal_gpio_t mapping_gpio_pin[] = {
194
const uint8_t GPIO_PIN_COUNT = (sizeof(mapping_gpio_pin) / sizeof(mapping_gpio_pin[0])) - 1;
195
196
bool gpio_initialized[GPIO_PIN_COUNT] = {false};
197
-bool currentPinValue[GPIO_PIN_COUNT] = {false};
+bool gpio_current_value[GPIO_PIN_COUNT] = {false};
198
199
#ifdef __cplusplus
200
}
0 commit comments