diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2017-11-16 22:11:26 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-11-16 22:11:26 +0000 |
commit | 79405cbe8f67a817011570d29952cf4dd139343b (patch) | |
tree | a1d8956e29d6448d69492650e8a4549f1488f9a0 /testhal/AVR/MEGA | |
parent | b8bb3e95c4d72eae77c5e59a24a72b34f7e7bfe1 (diff) | |
download | ChibiOS-79405cbe8f67a817011570d29952cf4dd139343b.tar.gz ChibiOS-79405cbe8f67a817011570d29952cf4dd139343b.tar.bz2 ChibiOS-79405cbe8f67a817011570d29952cf4dd139343b.zip |
AVR: Correct the email address on all makefile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11026 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/MEGA')
-rw-r--r-- | testhal/AVR/MEGA/ADC/Makefile | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/EXT/Makefile | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/GPT/Makefile | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/I2C/Makefile | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/ICU/Makefile | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/PWM/Makefile | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/SPI/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/testhal/AVR/MEGA/ADC/Makefile b/testhal/AVR/MEGA/ADC/Makefile index 97a49e120..51bf14236 100644 --- a/testhal/AVR/MEGA/ADC/Makefile +++ b/testhal/AVR/MEGA/ADC/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to
# an AVR MCU like atmega328p, atmega2560 and so on.
#
-# @author Theodore Ateba, tfateba@gmail.com
+# @author Theodore Ateba, tf.ateba@gmail.com
#
##############################################################################
diff --git a/testhal/AVR/MEGA/EXT/Makefile b/testhal/AVR/MEGA/EXT/Makefile index 97a49e120..51bf14236 100644 --- a/testhal/AVR/MEGA/EXT/Makefile +++ b/testhal/AVR/MEGA/EXT/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to
# an AVR MCU like atmega328p, atmega2560 and so on.
#
-# @author Theodore Ateba, tfateba@gmail.com
+# @author Theodore Ateba, tf.ateba@gmail.com
#
##############################################################################
diff --git a/testhal/AVR/MEGA/GPT/Makefile b/testhal/AVR/MEGA/GPT/Makefile index 97a49e120..51bf14236 100644 --- a/testhal/AVR/MEGA/GPT/Makefile +++ b/testhal/AVR/MEGA/GPT/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to
# an AVR MCU like atmega328p, atmega2560 and so on.
#
-# @author Theodore Ateba, tfateba@gmail.com
+# @author Theodore Ateba, tf.ateba@gmail.com
#
##############################################################################
diff --git a/testhal/AVR/MEGA/I2C/Makefile b/testhal/AVR/MEGA/I2C/Makefile index 97a49e120..51bf14236 100644 --- a/testhal/AVR/MEGA/I2C/Makefile +++ b/testhal/AVR/MEGA/I2C/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to
# an AVR MCU like atmega328p, atmega2560 and so on.
#
-# @author Theodore Ateba, tfateba@gmail.com
+# @author Theodore Ateba, tf.ateba@gmail.com
#
##############################################################################
diff --git a/testhal/AVR/MEGA/ICU/Makefile b/testhal/AVR/MEGA/ICU/Makefile index 97a49e120..51bf14236 100644 --- a/testhal/AVR/MEGA/ICU/Makefile +++ b/testhal/AVR/MEGA/ICU/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to
# an AVR MCU like atmega328p, atmega2560 and so on.
#
-# @author Theodore Ateba, tfateba@gmail.com
+# @author Theodore Ateba, tf.ateba@gmail.com
#
##############################################################################
diff --git a/testhal/AVR/MEGA/PWM/Makefile b/testhal/AVR/MEGA/PWM/Makefile index 97a49e120..51bf14236 100644 --- a/testhal/AVR/MEGA/PWM/Makefile +++ b/testhal/AVR/MEGA/PWM/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to
# an AVR MCU like atmega328p, atmega2560 and so on.
#
-# @author Theodore Ateba, tfateba@gmail.com
+# @author Theodore Ateba, tf.ateba@gmail.com
#
##############################################################################
diff --git a/testhal/AVR/MEGA/SPI/Makefile b/testhal/AVR/MEGA/SPI/Makefile index 97a49e120..51bf14236 100644 --- a/testhal/AVR/MEGA/SPI/Makefile +++ b/testhal/AVR/MEGA/SPI/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to
# an AVR MCU like atmega328p, atmega2560 and so on.
#
-# @author Theodore Ateba, tfateba@gmail.com
+# @author Theodore Ateba, tf.ateba@gmail.com
#
##############################################################################
|