From 07abb12be83bb896d5dcbce8397f90d1f40f0a95 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 13 Jun 2015 10:09:50 +0000 Subject: Fixed bug #603, adjusted an ST header because a missing macro. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8026 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ext/CMSIS/ST/stm32f10x.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/ext/CMSIS') diff --git a/os/ext/CMSIS/ST/stm32f10x.h b/os/ext/CMSIS/ST/stm32f10x.h index 8ca3fe29b..98de429b5 100644 --- a/os/ext/CMSIS/ST/stm32f10x.h +++ b/os/ext/CMSIS/ST/stm32f10x.h @@ -152,6 +152,9 @@ /** * @brief Configuration of the Cortex-M3 Processor and Core Peripherals */ +/* CHIBIOS FIX */ +#define __CM3_REV 0x0201 /*!< Core revision r2p1, not sure it is right */ +/* END CHIBIOS FIX */ #ifdef STM32F10X_XL #define __MPU_PRESENT 1 /*!< STM32 XL-density devices provide an MPU */ #else -- cgit v1.2.3