This commit is contained in:
andrea
2026-06-04 18:30:48 +02:00
parent 8eef06c31c
commit 4acd9c73db
78 changed files with 103342 additions and 79799 deletions

View File

@@ -30,7 +30,7 @@ typedef enum
EE_STATUS_NO_SPACE
} EE_Status;
#define VERSIONE 0x08 //versione software
#define VERSIONE 0x01 //versione software
/* For compatibility with ST style uint16_t return codes */
#define EE_OK ((uint16_t)EE_STATUS_OK)
#define EE_ERROR ((uint16_t)EE_STATUS_ERROR)