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-d51de3d6d3f4
master
Rocco Marco Guglielmi 2016-04-16 11:40:40 +00:00
parent c3615cd90e
commit ac27416296
1 changed files with 2 additions and 2 deletions

View File

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