You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
112 B

  1. #include "stm32f4xx.h"
  2. /* 自检库,通常用于 IEC 60335 Class B 等功能安全认证 */
  3. void STL_StartUp(void)
  4. {
  5. }