mirror of
https://github.com/polhenarejos/pico-fido
synced 2026-06-04 11:59:06 +02:00
Apply strict build.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
|
||||
#include "apdu.h"
|
||||
#include "pico_keys.h"
|
||||
#include "fido.h"
|
||||
|
||||
int cmd_version() {
|
||||
int cmd_version(void) {
|
||||
memcpy(res_APDU, "U2F_V2", strlen("U2F_V2"));
|
||||
res_APDU_size = (uint16_t)strlen("U2F_V2");
|
||||
return SW_OK();
|
||||
|
||||
Reference in New Issue
Block a user