diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-31 17:58:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-31 17:58:33 +0000 |
commit | fd3e840247b14247ef8c361ec68e0d99a8f7ec9a (patch) | |
tree | ae1e598bd1dbad6839d6a60a3612198f48dae17f | |
parent | 4ab8cc4e84ee45b96a5a5ad5fc5e3acb4c4d9b8c (diff) | |
download | ChibiOS-fd3e840247b14247ef8c361ec68e0d99a8f7ec9a.tar.gz ChibiOS-fd3e840247b14247ef8c361ec68e0d99a8f7ec9a.tar.bz2 ChibiOS-fd3e840247b14247ef8c361ec68e0d99a8f7ec9a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@703 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/ARMCM3-STM32F103-GCC/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/board.h b/demos/ARMCM3-STM32F103-GCC/board.h index a1a0080ef..98a82bc94 100644 --- a/demos/ARMCM3-STM32F103-GCC/board.h +++ b/demos/ARMCM3-STM32F103-GCC/board.h @@ -70,7 +70,7 @@ #define CR_HSION_MASK (0x1 << 0)
#define CR_HSIRDY_MASK (0x1 << 1)
#define CR_HSITRIM_MASK (0x1F << 3)
-#define HSITRIM_RESET_BITS (1 << 3)
+#define HSITRIM_RESET_BITS (0x10 << 3)
#define CR_HSICAL_MASK (0xFF << 8)
#define CR_HSEON_MASK (0x1 << 16)
#define CR_HSERDY_MASK (0x1 << 17)
|