This commit is contained in:
andrea
2026-05-27 22:25:12 +02:00
parent e6eed1fd73
commit 8eef06c31c
58 changed files with 105424 additions and 73515 deletions

View File

@@ -30,6 +30,7 @@ typedef enum
EE_STATUS_NO_SPACE
} EE_Status;
#define VERSIONE 0x08 //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)