SPKT

Dependencies:   mbed SD_DISCO_F746NG BSP_DISCO_F746NG

Files at this revision

API Documentation at this revision

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

BSP_DISCO_F746NG.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-dev.lib Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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