cpu/atmega_common: define eeprom clear byte value

This commit is contained in:
Alexandre Abadie 2018-12-02 17:12:18 +01:00
parent f1d3d206c9
commit c97bedcd8b

View File

@ -146,6 +146,11 @@ typedef struct {
} pwm_conf_t; } pwm_conf_t;
/** @} */ /** @} */
/**
* @brief EEPROM clear byte
*/
#define EEPROM_CLEAR_BYTE (0xff)
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif