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.
Dependencies: AUDIO_DISCO_F746NG BSP_DISCO_F746NG EEPROM_DISCO_F746NG LCD_DISCO_F746NG QSPI_DISCO_F746NG SD_DISCO_F746NG SDRAM_DISCO_F746NG TS_DISCO_F746NG FATFileSystem mbed-rtos mbed
Diff: main.cpp
- Revision:
- 2:522456118ea2
- Parent:
- 0:99e26e18b424
- Child:
- 3:33086de19b14
--- a/main.cpp Mon Mar 21 13:30:54 2016 +0000 +++ b/main.cpp Mon Dec 12 13:28:59 2016 +0000 @@ -116,19 +116,3 @@ return 0; } -/** - * @brief This function provides accurate delay (in milliseconds) based - * on variable incremented. - * @note In the default implementation , SysTick timer is the source of time base. - * It is used to generate interrupts at regular time intervals where uwTick - * is incremented. - * @note This function is the modified version of the __weak version contained in - * stm32f4xx_hal.c - * @param Delay: specifies the delay time length, in milliseconds. - * @retval None - */ -void HAL_Delay(__IO uint32_t Delay) -{ - wait_ms((int)Delay); -} -