mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2101 from jamike/fix_build_disco_F303VC
[DISCO_F303VC] : fix build issuepull/2099/merge
commit
0aa23a4867
|
@ -117,7 +117,7 @@
|
||||||
In this case, these drivers will not be included and the application code will
|
In this case, these drivers will not be included and the application code will
|
||||||
be based on direct access to peripherals registers
|
be based on direct access to peripherals registers
|
||||||
*/
|
*/
|
||||||
/*#define USE_HAL_DRIVER */
|
#define USE_HAL_DRIVER
|
||||||
#endif /* USE_HAL_DRIVER */
|
#endif /* USE_HAL_DRIVER */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue