RefKEIL/ProjetsKEIL/adc/Source/Principale.c
2023-03-22 15:39:49 +01:00

6 lines
60 B
C

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