my fork
Fork of mbed by
Diff: TARGET_NUCLEO_F401RE/stm32f4xx.h
- Revision:
- 83:8a40adfe8776
- Parent:
- 81:7d30d6019079
- Child:
- 85:024bf7f99721
--- a/TARGET_NUCLEO_F401RE/stm32f4xx.h Mon Apr 07 18:28:36 2014 +0100 +++ b/TARGET_NUCLEO_F401RE/stm32f4xx.h Mon Apr 28 17:39:05 2014 +0100 @@ -196,6 +196,10 @@ * @} */ +#if defined (USE_HAL_DRIVER) + #include "stm32f4xx_hal.h" +#endif /* USE_HAL_DRIVER */ + #ifdef __cplusplus }