diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-08 08:47:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-08 08:47:14 +0000 |
commit | 3ff9afd04851ec97d66d6833520b49dc18f35ea4 (patch) | |
tree | 64490d99322e87fa9457efa59808fed5dff2a341 /os/hal/templates | |
parent | 456490bf06d9d6eccf7a02b18fba94058c81f26c (diff) | |
download | ChibiOS-3ff9afd04851ec97d66d6833520b49dc18f35ea4.tar.gz ChibiOS-3ff9afd04851ec97d66d6833520b49dc18f35ea4.tar.bz2 ChibiOS-3ff9afd04851ec97d66d6833520b49dc18f35ea4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1389 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates')
-rw-r--r-- | os/hal/templates/hal_lld.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/hal_lld.h b/os/hal/templates/hal_lld.h index 2f5af5b17..c6dd6e6f7 100644 --- a/os/hal/templates/hal_lld.h +++ b/os/hal/templates/hal_lld.h @@ -28,11 +28,11 @@ #define _HAL_LLD_H_
/*===========================================================================*/
-/* Driver pre-compile time settings. */
+/* Driver constants. */
/*===========================================================================*/
/*===========================================================================*/
-/* Driver constants. */
+/* Driver pre-compile time settings. */
/*===========================================================================*/
/*===========================================================================*/
|