8 lines
83 B
C
8 lines
83 B
C
#include <ch32fun.h>
|
|
|
|
__attribute__((noreturn)) int main(void)
|
|
{
|
|
while (1) {
|
|
}
|
|
}
|