1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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;
/** @} */
/**
* @brief EEPROM clear byte
*/
#define EEPROM_CLEAR_BYTE (0xff)
#ifdef __cplusplus
}
#endif