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:
parent
f1d3d206c9
commit
c97bedcd8b
@ -146,6 +146,11 @@ typedef struct {
|
||||
} pwm_conf_t;
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief EEPROM clear byte
|
||||
*/
|
||||
#define EEPROM_CLEAR_BYTE (0xff)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user