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