main.c 71 B

1234567
  1. #include <stm32f10x.h>
  2. int main(void)
  3. {
  4. for (;;);
  5. return 0;
  6. }