Rename wait_button_pressed to wait_button_pressed_fid.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-05-24 14:22:37 +02:00
parent fccc48de43
commit 4480e29ecc
4 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ int openpgp_process_apdu();
extern uint32_t board_button_read(void);
bool wait_button_pressed(uint16_t fid) {
bool wait_button_pressed_fid(uint16_t fid) {
uint32_t val = EV_PRESS_BUTTON;
#ifndef ENABLE_EMULATION
file_t *ef = search_by_fid(fid, NULL, SPECIFY_ANY);