Question
Bug report EE_NO_PAGE_FOUND in X-CUBE-EEPROM Emulator
Hello everyone,
It is more a bug report than a question, but in the last version of X-CUBE-EEPROM, (X-CUBE-EEPROM | Product - STMicroelectronics) I found out that value “EE_NO_PAGE_FOUND” is defined twice.
Once in eeprom_emul.h:
/* No page define */
#define EE_NO_PAGE_FOUND ((uint32_t)0xFFFFFFFFU)And once in eeprom_emul_types.h:
/**
* @brief EE Status enum definition.
*/
/* Define of the return value */
typedef enum {
/* External return codes : ok */
EE_OK = 0U,
...
/* Internal return code */
EE_NO_PAGE_FOUND, -> here, second definition
EE_PAGE_NOTERASED,
...
} EE_Status;Is it made on purpose?
Best regards
