Skip to content

Commit 0aa23a4

Browse files
authored
Merge pull request #2101 from jamike/fix_build_disco_F303VC
[DISCO_F303VC] : fix build issue
2 parents e56b9d0 + e04fab1 commit 0aa23a4

File tree

1 file changed

+1
-1
lines changed
  • hal/targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F303VC

1 file changed

+1
-1
lines changed

hal/targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F303VC/stm32f3xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
In this case, these drivers will not be included and the application code will
118118
be based on direct access to peripherals registers
119119
*/
120-
/*#define USE_HAL_DRIVER */
120+
#define USE_HAL_DRIVER
121121
#endif /* USE_HAL_DRIVER */
122122

123123
/**

0 commit comments

Comments
 (0)