#include "stm32f10x.h" #include "Run_Led.h" int main(void) { while(1) { Run_Led(); } }