diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-06-22 07:42:09 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-06-22 07:42:09 +0000 |
commit | 6408b184b8fa66ce04f14f426ceaae1a1a97c30d (patch) | |
tree | 8fcffe8bba44cabfd8cbff5039055599f8cbaed1 /testhal/AVR/XMEGA/SPI | |
parent | 541d952540cbe8953f6ea88ad97ef165b378899c (diff) | |
download | ChibiOS-6408b184b8fa66ce04f14f426ceaae1a1a97c30d.tar.gz ChibiOS-6408b184b8fa66ce04f14f426ceaae1a1a97c30d.tar.bz2 ChibiOS-6408b184b8fa66ce04f14f426ceaae1a1a97c30d.zip |
Revert commit 110e8d01-0319-4d1e-a829-52ad28d1bb01, bad file name in halconf.h file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12118 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/AVR/XMEGA/SPI')
-rw-r--r-- | testhal/AVR/XMEGA/SPI/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/XMEGA/SPI/halconf.h b/testhal/AVR/XMEGA/SPI/halconf.h index 35c712df2..3300179b2 100644 --- a/testhal/AVR/XMEGA/SPI/halconf.h +++ b/testhal/AVR/XMEGA/SPI/halconf.h @@ -15,7 +15,7 @@ */
/**
- * @file halconf.h
+ * @file templates/halconf.h
* @brief HAL configuration header.
* @details HAL configuration file, this file allows to enable or disable the
* various device drivers from your application. You may also use
|