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.
 
 
 
 

17 line
436 B

  1. #ifndef SYS_CFG_H
  2. #define SYS_CFG_H
  3. #include "stm32f4xx.h"
  4. #include "os_cfg.h"
  5. void OS_CPU_SysTickInit(void);
  6. void Sys_Config(void);
  7. /*
  8. ********************************************************************************************************
  9. * MODULE END
  10. *********************************************************************************************************
  11. */
  12. #endif /* SYS_CFG_H */