Revert "Upgrade to version 5.6"

This reverts commit 45c2cf65fe.
This commit is contained in:
Pol Henarejos
2023-09-18 08:56:43 +02:00
parent 9c90095e96
commit aec488f070

View File

@@ -18,7 +18,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_
#define PICO_FIDO_VERSION 0x0506
#define PICO_FIDO_VERSION 0x0504
#define PICO_FIDO_VERSION_MAJOR ((PICO_FIDO_VERSION >> 8) & 0xff)
#define PICO_FIDO_VERSION_MINOR (PICO_FIDO_VERSION & 0xff)