Skip to content

Commit

Permalink
Upgrade to version 5.7
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Sep 17, 2023
1 parent 9c90095 commit 21035d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fido/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_

#define PICO_FIDO_VERSION 0x0506
#define PICO_FIDO_VERSION 0x0507

#define PICO_FIDO_VERSION_MAJOR ((PICO_FIDO_VERSION >> 8) & 0xff)
#define PICO_FIDO_VERSION_MINOR (PICO_FIDO_VERSION & 0xff)
Expand Down

0 comments on commit 21035d6

Please sign in to comment.