Fixed bug #735.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9359 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
31c0368483
commit
d04aa17a78
|
@ -338,6 +338,11 @@ int main(void) {
|
|||
*/
|
||||
shellInit();
|
||||
|
||||
/*
|
||||
* Activates SDC driver 1 using default configuration.
|
||||
*/
|
||||
sdcStart(&SDCD1, NULL);
|
||||
|
||||
/*
|
||||
* Activates the card insertion monitor.
|
||||
*/
|
||||
|
|
|
@ -73,6 +73,8 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 16.1.5 ***
|
||||
- HAL: Fixed missing SDC initialization in RT-STM32F103-OLIMEX_STM32_P103 demo
|
||||
(bug #735).
|
||||
- HAL: Fixed PAL lines support not working for STM32 GPIOv1 (bug #730).
|
||||
- RT: Fixed bug in chSchPreemption() function (bug #728).
|
||||
- HAL: Fixed prescaler not initialized in STM32 ADCv1 (bug #725).
|
||||
|
|
Loading…
Reference in New Issue