Skip to content

Commit

Permalink
Upgrade to version 5.6
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 1217d82 commit 45c2cf6
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 0x0504
#define PICO_FIDO_VERSION 0x0506

#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 45c2cf6

Please sign in to comment.