Skip to content
Snippets Groups Projects
Commit c97bedcd authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

cpu/atmega_common: define eeprom clear byte value

parent f1d3d206
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,11 @@ typedef struct {
} pwm_conf_t;
/** @} */
/**
* @brief EEPROM clear byte
*/
#define EEPROM_CLEAR_BYTE (0xff)
#ifdef __cplusplus
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment