From c97bedcd8b314c39c171c1c3ca2d5e038cf0f0d4 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Sun, 2 Dec 2018 17:12:18 +0100
Subject: [PATCH] cpu/atmega_common: define eeprom clear byte value

---
 cpu/atmega_common/include/periph_cpu_common.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/cpu/atmega_common/include/periph_cpu_common.h b/cpu/atmega_common/include/periph_cpu_common.h
index 95cb0f1afb..56dc154db4 100644
--- a/cpu/atmega_common/include/periph_cpu_common.h
+++ b/cpu/atmega_common/include/periph_cpu_common.h
@@ -146,6 +146,11 @@ typedef struct {
 } pwm_conf_t;
 /** @} */
 
+/**
+ * @brief   EEPROM clear byte
+ */
+#define EEPROM_CLEAR_BYTE              (0xff)
+
 #ifdef __cplusplus
 }
 #endif
-- 
GitLab