Merge pull request #2101 from jamike/fix_build_disco_F303VC

[DISCO_F303VC] : fix build issue
pull/2099/merge
Martin Kojtal 2016-07-05 10:59:35 +01:00 committed by GitHub
commit 0aa23a4867
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
/** /**