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;
|
} pwm_conf_t;
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief EEPROM clear byte
|
||||||
|
*/
|
||||||
|
#define EEPROM_CLEAR_BYTE (0xff)
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user