Skip to content

Commit

Permalink
Merge branch 'main' into lvgl_9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausMu committed Dec 13, 2024
2 parents 6002170 + b61a00d commit 3213cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platformio/hardware/ESP32/keypad_keys_hal_esp32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct keypad_key {
keypad_keyStates kstate;
boolean stateChanged;
};
keypad_key keys[10];
keypad_key keys[LIST_MAX];

void keys_getKeys_HAL(void* ptr) {
customKeypad.getKeys();
Expand Down

0 comments on commit 3213cba

Please sign in to comment.