Merge pull request #3044 from yangjie11/stm32-lib

[bsp][stm32] update Stm32 lib
This commit is contained in:
Bernard Xiong
2019-09-09 08:08:43 +08:00
committed by GitHub
1524 changed files with 858310 additions and 419100 deletions
@@ -14,4 +14,7 @@
double sin(double x);
double cos(double x);
typedef float float_t;
typedef double double_t;
#endif