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 /demos/AVR/NIL-ARDUINO-NANO/Makefile | |
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 'demos/AVR/NIL-ARDUINO-NANO/Makefile')
-rw-r--r-- | demos/AVR/NIL-ARDUINO-NANO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-ARDUINO-NANO/Makefile b/demos/AVR/NIL-ARDUINO-NANO/Makefile index f6ae708b8..e64e7a44b 100644 --- a/demos/AVR/NIL-ARDUINO-NANO/Makefile +++ b/demos/AVR/NIL-ARDUINO-NANO/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
#
##############################################################################
|