Fixed bug #731 related to RT-STM32F334-DISCOVERY
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9290 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
c3615cd90e
commit
ac27416296
|
@ -65,8 +65,8 @@ int main(void) {
|
|||
* Turning off buck switch. Note that this means to completely turn of the
|
||||
* High Brightness LED which is driven by the buck converter.
|
||||
*/
|
||||
palSetLineMode(LINE_BK_Drive, PAL_MODE_OUTPUT_PUSHPULL);
|
||||
palClearLine(LINE_BK_Drive);
|
||||
palSetLineMode(LINE_BK_DRIVE, PAL_MODE_OUTPUT_PUSHPULL);
|
||||
palClearLine(LINE_BK_DRIVE);
|
||||
|
||||
/*
|
||||
* Activates the serial driver 2 using the driver default configuration.
|
||||
|
|
Loading…
Reference in New Issue