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