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 | |
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')
-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 | ||||
-rw-r--r-- | testhal/AVR/XMEGA/AES/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/XMEGA/SERIAL/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/XMEGA/SPI/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/XMEGA/TEST-SUITE-OSLIB/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/XMEGA/USART/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/XMEGA/WDT/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/multi/PAL/cfg/arduino_mega/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/multi/PAL/cfg/arduino_mini/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/multi/PAL/cfg/arduino_uno/halconf.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/testhal/AVR/MEGA/ADC/halconf.h b/testhal/AVR/MEGA/ADC/halconf.h index 64f543843..3ba396470 100644 --- a/testhal/AVR/MEGA/ADC/halconf.h +++ b/testhal/AVR/MEGA/ADC/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
diff --git a/testhal/AVR/MEGA/EXT/halconf.h b/testhal/AVR/MEGA/EXT/halconf.h index 1a038b187..5e28c6680 100644 --- a/testhal/AVR/MEGA/EXT/halconf.h +++ b/testhal/AVR/MEGA/EXT/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
diff --git a/testhal/AVR/MEGA/GPT/halconf.h b/testhal/AVR/MEGA/GPT/halconf.h index 523d4860e..9956e76a6 100644 --- a/testhal/AVR/MEGA/GPT/halconf.h +++ b/testhal/AVR/MEGA/GPT/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
diff --git a/testhal/AVR/MEGA/I2C/halconf.h b/testhal/AVR/MEGA/I2C/halconf.h index 8e4ed7cc5..27816d917 100644 --- a/testhal/AVR/MEGA/I2C/halconf.h +++ b/testhal/AVR/MEGA/I2C/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
diff --git a/testhal/AVR/MEGA/ICU/halconf.h b/testhal/AVR/MEGA/ICU/halconf.h index e60497930..b3cac4bf3 100644 --- a/testhal/AVR/MEGA/ICU/halconf.h +++ b/testhal/AVR/MEGA/ICU/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
diff --git a/testhal/AVR/MEGA/PWM/halconf.h b/testhal/AVR/MEGA/PWM/halconf.h index 9a58d40fc..0612a21ac 100644 --- a/testhal/AVR/MEGA/PWM/halconf.h +++ b/testhal/AVR/MEGA/PWM/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
diff --git a/testhal/AVR/MEGA/SPI/halconf.h b/testhal/AVR/MEGA/SPI/halconf.h index 8717d9dba..360aa6965 100644 --- a/testhal/AVR/MEGA/SPI/halconf.h +++ b/testhal/AVR/MEGA/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
diff --git a/testhal/AVR/XMEGA/AES/halconf.h b/testhal/AVR/XMEGA/AES/halconf.h index 6a6804050..f78e930f7 100644 --- a/testhal/AVR/XMEGA/AES/halconf.h +++ b/testhal/AVR/XMEGA/AES/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
diff --git a/testhal/AVR/XMEGA/SERIAL/halconf.h b/testhal/AVR/XMEGA/SERIAL/halconf.h index 5a75133a4..6e5569097 100644 --- a/testhal/AVR/XMEGA/SERIAL/halconf.h +++ b/testhal/AVR/XMEGA/SERIAL/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
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
diff --git a/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/halconf.h b/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/halconf.h index 5a75133a4..6e5569097 100644 --- a/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/halconf.h +++ b/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/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
diff --git a/testhal/AVR/XMEGA/USART/halconf.h b/testhal/AVR/XMEGA/USART/halconf.h index 316c32eb5..6d234d11f 100644 --- a/testhal/AVR/XMEGA/USART/halconf.h +++ b/testhal/AVR/XMEGA/USART/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
diff --git a/testhal/AVR/XMEGA/WDT/halconf.h b/testhal/AVR/XMEGA/WDT/halconf.h index 3ed19820e..0928035e4 100644 --- a/testhal/AVR/XMEGA/WDT/halconf.h +++ b/testhal/AVR/XMEGA/WDT/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
diff --git a/testhal/AVR/multi/PAL/cfg/arduino_mega/halconf.h b/testhal/AVR/multi/PAL/cfg/arduino_mega/halconf.h index 5a75133a4..6e5569097 100644 --- a/testhal/AVR/multi/PAL/cfg/arduino_mega/halconf.h +++ b/testhal/AVR/multi/PAL/cfg/arduino_mega/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
diff --git a/testhal/AVR/multi/PAL/cfg/arduino_mini/halconf.h b/testhal/AVR/multi/PAL/cfg/arduino_mini/halconf.h index 5a75133a4..6e5569097 100644 --- a/testhal/AVR/multi/PAL/cfg/arduino_mini/halconf.h +++ b/testhal/AVR/multi/PAL/cfg/arduino_mini/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
diff --git a/testhal/AVR/multi/PAL/cfg/arduino_uno/halconf.h b/testhal/AVR/multi/PAL/cfg/arduino_uno/halconf.h index 5a75133a4..6e5569097 100644 --- a/testhal/AVR/multi/PAL/cfg/arduino_uno/halconf.h +++ b/testhal/AVR/multi/PAL/cfg/arduino_uno/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
|