Fixed bug 3005041.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1945 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-05-21 07:13:25 +00:00
parent 0c56def75e
commit adc602de15
2 changed files with 3 additions and 1 deletions

View File

@ -28,8 +28,8 @@
#ifndef _HAL_H_
#define _HAL_H_
#include "halconf.h"
#include "board.h"
#include "halconf.h"
#include "hal_lld.h"

View File

@ -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.