diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-06-18 07:33:56 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-06-18 07:33:56 +0000 |
commit | 3a5381012f3a302e42da444f046401aded3afda5 (patch) | |
tree | 91199d6df678eeba3046e3414be7693c307246d5 /testhal/AVR/MEGA | |
parent | d8d8cc8bd67f0666a599401087e716fe762734a9 (diff) | |
download | ChibiOS-3a5381012f3a302e42da444f046401aded3afda5.tar.gz ChibiOS-3a5381012f3a302e42da444f046401aded3afda5.tar.bz2 ChibiOS-3a5381012f3a302e42da444f046401aded3afda5.zip |
AVR: Fix a bad file namme in halconf.f file description.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12112 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/AVR/MEGA')
-rw-r--r-- | testhal/AVR/MEGA/ADC/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/EXT/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/GPT/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/I2C/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/ICU/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/PWM/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/MEGA/SPI/halconf.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/testhal/AVR/MEGA/ADC/halconf.h b/testhal/AVR/MEGA/ADC/halconf.h index 3ba396470..64f543843 100644 --- a/testhal/AVR/MEGA/ADC/halconf.h +++ b/testhal/AVR/MEGA/ADC/halconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/halconf.h
+ * @file 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
diff --git a/testhal/AVR/MEGA/EXT/halconf.h b/testhal/AVR/MEGA/EXT/halconf.h index 5e28c6680..1a038b187 100644 --- a/testhal/AVR/MEGA/EXT/halconf.h +++ b/testhal/AVR/MEGA/EXT/halconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/halconf.h
+ * @file 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
diff --git a/testhal/AVR/MEGA/GPT/halconf.h b/testhal/AVR/MEGA/GPT/halconf.h index 9956e76a6..523d4860e 100644 --- a/testhal/AVR/MEGA/GPT/halconf.h +++ b/testhal/AVR/MEGA/GPT/halconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/halconf.h
+ * @file 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
diff --git a/testhal/AVR/MEGA/I2C/halconf.h b/testhal/AVR/MEGA/I2C/halconf.h index 27816d917..8e4ed7cc5 100644 --- a/testhal/AVR/MEGA/I2C/halconf.h +++ b/testhal/AVR/MEGA/I2C/halconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/halconf.h
+ * @file 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
diff --git a/testhal/AVR/MEGA/ICU/halconf.h b/testhal/AVR/MEGA/ICU/halconf.h index b3cac4bf3..e60497930 100644 --- a/testhal/AVR/MEGA/ICU/halconf.h +++ b/testhal/AVR/MEGA/ICU/halconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/halconf.h
+ * @file 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
diff --git a/testhal/AVR/MEGA/PWM/halconf.h b/testhal/AVR/MEGA/PWM/halconf.h index 0612a21ac..9a58d40fc 100644 --- a/testhal/AVR/MEGA/PWM/halconf.h +++ b/testhal/AVR/MEGA/PWM/halconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/halconf.h
+ * @file 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
diff --git a/testhal/AVR/MEGA/SPI/halconf.h b/testhal/AVR/MEGA/SPI/halconf.h index 360aa6965..8717d9dba 100644 --- a/testhal/AVR/MEGA/SPI/halconf.h +++ b/testhal/AVR/MEGA/SPI/halconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/halconf.h
+ * @file 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
|