Files
stm32_study/user/main.c
2024-07-24 04:30:38 +08:00

9 lines
93 B
C

#include "stm32f10x.h" // Device header
int main(void)
{
while(1)
{
}
}