projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1619bf1
)
Add while(1) loop to firmware
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Fri, 12 Jun 2020 10:40:34 +0000
(12:40 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Fri, 12 Jun 2020 10:40:34 +0000
(12:40 +0200)
examples/firmware/main.c
patch
|
blob
|
history
diff --git
a/examples/firmware/main.c
b/examples/firmware/main.c
index 98ecff1a9714e903cac2632fd5ff280594de867b..79849dec0b8e05585a0eac40c79fc06c291b5270 100644
(file)
--- a/
examples/firmware/main.c
+++ b/
examples/firmware/main.c
@@
-92,5
+92,7
@@
int main(void) {
}
uart_writestr("done\n");
+ while (1);
+
return 0;
}
\ No newline at end of file