Fixed bug 3523322.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4159 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
ad8290460d
commit
31e1c7be6d
|
@ -79,6 +79,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.5.0 ***
|
||||
- FIX: Fixed three testhal builds fail (bug 3523322)(backported to 2.4.1).
|
||||
- FIX: Fixed MAC driver functions with invalid name (bug 3522808)(backported
|
||||
to 2.2.10 and 2.4.1).
|
||||
- FIX: Fixed code coverage crashes with Linux/gcc-4.4.5 (bug 3522301)
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
* @brief Enables the GPT subsystem.
|
||||
*/
|
||||
#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
|
||||
#define HAL_USE_GPT FALSE
|
||||
#define HAL_USE_GPT TRUE
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
/*
|
||||
* I2C driver system settings.
|
||||
*/
|
||||
#define STM32_I2C_USE_I2C1 FALSE
|
||||
#define STM32_I2C_USE_I2C1 TRUE
|
||||
#define STM32_I2C_USE_I2C2 FALSE
|
||||
#define STM32_I2C_USE_I2C3 FALSE
|
||||
#define STM32_I2C_I2C1_IRQ_PRIORITY 10
|
||||
|
|
Loading…
Reference in New Issue