CH32V307_Template/src/main.c

7 lines
82 B
C

// SPDX-License-Identifier: MIT
int main(void) {
for(;;) {
//
}
}