
SPKT
Dependencies: mbed SD_DISCO_F746NG BSP_DISCO_F746NG
Revision 2:522456118ea2, committed 2016-12-12
- Comitter:
- adustm
- Date:
- Mon Dec 12 13:28:59 2016 +0000
- Parent:
- 1:db1ab82b35a7
- Child:
- 3:33086de19b14
- Commit message:
- Remove dupplicated HAL_Delay function + change mbed-dev lib to mbed lib
Changed in this revision
--- a/BSP_DISCO_F746NG.lib Mon Mar 21 13:30:54 2016 +0000 +++ b/BSP_DISCO_F746NG.lib Mon Dec 12 13:28:59 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/ST/code/BSP_DISCO_F746NG/#ee089790cdbb +https://developer.mbed.org/teams/ST/code/BSP_DISCO_F746NG/#fe313c53cdb5
--- 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); -} -
--- a/mbed-dev.lib Mon Mar 21 13:30:54 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed-dev/#75b7d1f8d36d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Dec 12 13:28:59 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/d75b3fe1f5cb \ No newline at end of file