Skip to content

Commit

Permalink
[TARGET_XXX_L053YY] filename - includename case missmatch
Browse files Browse the repository at this point in the history
Changed include filename to a lower case l from higher case L because of
Windows-Linux incompatibility. Removed temporarly taget DISCO_F407VG
from build_travis so that Travis runs trough the build process.
  • Loading branch information
ohagendorf committed Nov 3, 2014
1 parent 835736b commit ff48c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ typedef struct
*/

/* Include RCC HAL Extension module */
#include "stm32L0xx_hal_rcc_ex.h"
#include "stm32l0xx_hal_rcc_ex.h"

/* Exported functions --------------------------------------------------------*/
/* Initialization and de-initialization methods ******************************/
Expand Down
2 changes: 1 addition & 1 deletion workspace_tools/build_travis.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{ "target": "NUCLEO_F334R8", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "NUCLEO_F401RE", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "NUCLEO_F411RE", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "DISCO_F407VG", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
# { "target": "DISCO_F407VG", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "DISCO_F334C8", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "LPC1114", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "LPC11U35_401", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
Expand Down

0 comments on commit ff48c79

Please sign in to comment.