Adding routine for pressing button to test required user presence.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-06 16:24:21 +02:00
parent 9cbe6d9c33
commit 9bf20175be
2 changed files with 11 additions and 0 deletions

View File

@@ -30,5 +30,6 @@
extern int scan_files();
extern int derive_key(const uint8_t *app_id, bool new_key, uint8_t *key_handle, mbedtls_ecdsa_context *key);
extern bool wait_button_pressed();
#endif //_FIDO_H