Skip to content

Commit 3d95103

Browse files
jaenrig-ifxederjc
authored andcommitted
variants/CY8CKIT-062S2-AI: Minor refactor variable renaming.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent 239c3f4 commit 3d95103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const cyhal_gpio_t mapping_gpio_pin[] = {
194194
const uint8_t GPIO_PIN_COUNT = (sizeof(mapping_gpio_pin) / sizeof(mapping_gpio_pin[0])) - 1;
195195

196196
bool gpio_initialized[GPIO_PIN_COUNT] = {false};
197-
bool currentPinValue[GPIO_PIN_COUNT] = {false};
197+
bool gpio_current_value[GPIO_PIN_COUNT] = {false};
198198

199199
#ifdef __cplusplus
200200
}

0 commit comments

Comments
 (0)