Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NUCLEO_F412ZG/TARGET_STM/TARGET_STM32F4/device/stm32f4xx_hal.h
- Revision:
- 135:176b8275d35d
- Parent:
- 132:9baf128c2fab
- Child:
- 145:64910690c574
--- a/TARGET_NUCLEO_F412ZG/TARGET_STM/TARGET_STM32F4/device/stm32f4xx_hal.h Mon Jan 16 12:05:23 2017 +0000 +++ b/TARGET_NUCLEO_F412ZG/TARGET_STM/TARGET_STM32F4/device/stm32f4xx_hal.h Thu Feb 02 16:02:30 2017 +0000 @@ -190,6 +190,7 @@ * @{ */ /* Initialization and de-initialization functions ******************************/ +HAL_StatusTypeDef HAL_InitPre(void); HAL_StatusTypeDef HAL_Init(void); HAL_StatusTypeDef HAL_DeInit(void); void HAL_MspInit(void);