From 0e41861db0075f137404454751488dc16ed1b888 Mon Sep 17 00:00:00 2001 From: biboc <bapclenet@gmail.com> Date: Mon, 19 Jun 2017 10:38:16 +0200 Subject: [PATCH] Change my email address: <baptiste.clenet@xsoen.com> to <bapclenet@gmail.com> --- cpu/sam0_common/periph/i2c.c | 2 +- cpu/samd21/periph/rtc.c | 2 +- cpu/saml21/periph/rtc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpu/sam0_common/periph/i2c.c b/cpu/sam0_common/periph/i2c.c index ef3bd3203e..a58f53cacb 100644 --- a/cpu/sam0_common/periph/i2c.c +++ b/cpu/sam0_common/periph/i2c.c @@ -11,7 +11,7 @@ * @{ * @file * @brief Low-level I2C driver implementation - * @author Baptiste Clenet <baptiste.clenet@xsoen.com> + * @author Baptiste Clenet <bapclenet@gmail.com> * @author Thomas Eichinger <thomas.eichinger@fu-berlin.de> * @} */ diff --git a/cpu/samd21/periph/rtc.c b/cpu/samd21/periph/rtc.c index fc72d950a4..7b5d313fd0 100644 --- a/cpu/samd21/periph/rtc.c +++ b/cpu/samd21/periph/rtc.c @@ -11,7 +11,7 @@ * @{ * @file * @brief Low-level RTC driver implementation - * @author Baptiste Clenet <baptiste.clenet@xsoen.com> + * @author Baptiste Clenet <bapclenet@gmail.com> * @} */ diff --git a/cpu/saml21/periph/rtc.c b/cpu/saml21/periph/rtc.c index fdd963eb8b..50ba3372cd 100644 --- a/cpu/saml21/periph/rtc.c +++ b/cpu/saml21/periph/rtc.c @@ -11,7 +11,7 @@ * @{ * @file * @brief Low-level RTC driver implementation - * @author Baptiste Clenet <baptiste.clenet@xsoen.com> + * @author Baptiste Clenet <bapclenet@gmail.com> * @autor ported to SAML21 by FWX <FWX@dialine.fr> * @} */ -- GitLab