From adc602de15ada390d196cb0c8322d1f9d715152a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 21 May 2010 07:13:25 +0000 Subject: Fixed bug 3005041. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1945 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal.h | 2 +- readme.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 1084baf91..b9431c165 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -28,8 +28,8 @@ #ifndef _HAL_H_ #define _HAL_H_ -#include "halconf.h" #include "board.h" +#include "halconf.h" #include "hal_lld.h" diff --git a/readme.txt b/readme.txt index 9bd877006..6e32a700c 100644 --- a/readme.txt +++ b/readme.txt @@ -59,6 +59,8 @@ ***************************************************************************** *** 1.5.7 *** +- FIX: Fixed wrong inclusion order of board.h and halconf.h into hal.h + (bug 3005041)(backported in 1.4.4). - FIX: Fixed wrong GPIO ports size in the STM8 PAL driver (bug 3001528). - NEW: Improved clock initialization for the STM32, now it is possible to configure the clock using any clock source and any HSE frequency. -- cgit v1.2.3