diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-20 11:13:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-20 11:13:15 +0000 |
commit | ef765be75f392d516bf77b307df5e2192458b3cc (patch) | |
tree | 69965867f7a415812c62c7396da952d8d4170682 /testhal | |
parent | b0bdd6eff685c2d678a052ebb1a0e9fa5512aaac (diff) | |
download | ChibiOS-ef765be75f392d516bf77b307df5e2192458b3cc.tar.gz ChibiOS-ef765be75f392d516bf77b307df5e2192458b3cc.tar.bz2 ChibiOS-ef765be75f392d516bf77b307df5e2192458b3cc.zip |
Fixed a misplaced comment in all the halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2394 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/ADC/halconf.h | 4 | ||||
-rw-r--r-- | testhal/STM32/CAN/halconf.h | 4 | ||||
-rw-r--r-- | testhal/STM32/PWM/halconf.h | 4 | ||||
-rw-r--r-- | testhal/STM32/SPI/halconf.h | 4 | ||||
-rw-r--r-- | testhal/STM32/UART/halconf.h | 4 | ||||
-rw-r--r-- | testhal/STM8S/SPI/demo/halconf.h | 4 |
6 files changed, 0 insertions, 24 deletions
diff --git a/testhal/STM32/ADC/halconf.h b/testhal/STM32/ADC/halconf.h index 42091b4f7..79cc81ed9 100644 --- a/testhal/STM32/ADC/halconf.h +++ b/testhal/STM32/ADC/halconf.h @@ -28,10 +28,6 @@ * @{
*/
-/*
- *
- */
-
#ifndef _HALCONF_H_
#define _HALCONF_H_
diff --git a/testhal/STM32/CAN/halconf.h b/testhal/STM32/CAN/halconf.h index ce54171c8..10ecca545 100644 --- a/testhal/STM32/CAN/halconf.h +++ b/testhal/STM32/CAN/halconf.h @@ -28,10 +28,6 @@ * @{
*/
-/*
- *
- */
-
#ifndef _HALCONF_H_
#define _HALCONF_H_
diff --git a/testhal/STM32/PWM/halconf.h b/testhal/STM32/PWM/halconf.h index 6c9542a44..9a5d3c0b8 100644 --- a/testhal/STM32/PWM/halconf.h +++ b/testhal/STM32/PWM/halconf.h @@ -28,10 +28,6 @@ * @{
*/
-/*
- *
- */
-
#ifndef _HALCONF_H_
#define _HALCONF_H_
diff --git a/testhal/STM32/SPI/halconf.h b/testhal/STM32/SPI/halconf.h index 7f00e53fb..610db1d06 100644 --- a/testhal/STM32/SPI/halconf.h +++ b/testhal/STM32/SPI/halconf.h @@ -28,10 +28,6 @@ * @{
*/
-/*
- *
- */
-
#ifndef _HALCONF_H_
#define _HALCONF_H_
diff --git a/testhal/STM32/UART/halconf.h b/testhal/STM32/UART/halconf.h index 0825207e3..d358005e7 100644 --- a/testhal/STM32/UART/halconf.h +++ b/testhal/STM32/UART/halconf.h @@ -28,10 +28,6 @@ * @{
*/
-/*
- *
- */
-
#ifndef _HALCONF_H_
#define _HALCONF_H_
diff --git a/testhal/STM8S/SPI/demo/halconf.h b/testhal/STM8S/SPI/demo/halconf.h index 7f00e53fb..610db1d06 100644 --- a/testhal/STM8S/SPI/demo/halconf.h +++ b/testhal/STM8S/SPI/demo/halconf.h @@ -28,10 +28,6 @@ * @{
*/
-/*
- *
- */
-
#ifndef _HALCONF_H_
#define _HALCONF_H_
|