better ignore
This commit is contained in:
parent
6cd3815d5a
commit
a51793e529
6
fw/.gitignore
vendored
6
fw/.gitignore
vendored
@ -1,3 +1,9 @@
|
||||
.zen
|
||||
.vscode
|
||||
.ccls-cache
|
||||
.cache
|
||||
*.bin
|
||||
*.lst
|
||||
*.map
|
||||
*.elf
|
||||
*.hex
|
||||
@ -1,6 +1,9 @@
|
||||
#include <ch32fun.h>
|
||||
|
||||
int main(void) {
|
||||
while(true);
|
||||
unsigned int x = 0;
|
||||
while(true) {
|
||||
x = x+1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user