forked from trocache/RefKEIL
6 lines
60 B
C
6 lines
60 B
C
#include "stm32f10x.h"
|
|
|
|
int main (void)
|
|
{
|
|
while(1){};
|
|
}
|