mirror of
https://github.com/polhenarejos/pico-fido
synced 2026-06-09 03:23:42 +02:00
Apply strict build.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
|
||||
#include "pico_keys.h"
|
||||
#include "fido.h"
|
||||
#include "ctap2_cbor.h"
|
||||
#include "ctap.h"
|
||||
|
||||
int cbor_selection() {
|
||||
int cbor_selection(void) {
|
||||
if (wait_button_pressed() == true) {
|
||||
return CTAP2_ERR_USER_ACTION_TIMEOUT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user