diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2017-04-23 01:52:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-23 01:52:07 +0200 |
commit | fa9b5ac5ae2f6df6b0b861547260fddde3b37830 (patch) | |
tree | 35e296b08ae1a0503e0b846a1ab8ca9926444ca7 /testhal/TIVA/TM4C123x/GPT | |
parent | d72d463fee0c03931b2a462b687140935a582b44 (diff) | |
parent | 7f7665e8f207854a67026dd7865def9eafc9baea (diff) | |
download | ChibiOS-Contrib-fa9b5ac5ae2f6df6b0b861547260fddde3b37830.tar.gz ChibiOS-Contrib-fa9b5ac5ae2f6df6b0b861547260fddde3b37830.tar.bz2 ChibiOS-Contrib-fa9b5ac5ae2f6df6b0b861547260fddde3b37830.zip |
Merge pull request #115 from marcoveeneman/various_tiva_improvements
Various tiva improvements
Diffstat (limited to 'testhal/TIVA/TM4C123x/GPT')
-rw-r--r-- | testhal/TIVA/TM4C123x/GPT/main.c | 2 | ||||
-rw-r--r-- | testhal/TIVA/TM4C123x/GPT/mcuconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/TIVA/TM4C123x/GPT/main.c b/testhal/TIVA/TM4C123x/GPT/main.c index f92b13b..e739075 100644 --- a/testhal/TIVA/TM4C123x/GPT/main.c +++ b/testhal/TIVA/TM4C123x/GPT/main.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2014..2016 Marco Veeneman + Copyright (C) 2014..2017 Marco Veeneman Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/testhal/TIVA/TM4C123x/GPT/mcuconf.h b/testhal/TIVA/TM4C123x/GPT/mcuconf.h index aabe6c5..9bcd30d 100644 --- a/testhal/TIVA/TM4C123x/GPT/mcuconf.h +++ b/testhal/TIVA/TM4C123x/GPT/mcuconf.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014..2016 Marco Veeneman + Copyright (C) 2014..2017 Marco Veeneman Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |