projects
/
bbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c81483
)
Set LED status ready after reset
master
author
volpol
<volpol@packet-gain.de>
Sat, 1 Sep 2018 12:54:48 +0000
(14:54 +0200)
committer
volpol
<volpol@packet-gain.de>
Sat, 1 Sep 2018 12:54:48 +0000
(14:54 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index bd1cd961add7dffbe3b2a803f27a1e29accc1273..5c5f077b9acde768581e334f0e6c8126400492c7 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-167,6
+167,7
@@
int bbd(void){
if (mix_state <= 0 && FQ_RESET == force_quit){
force_quit = FQ_NONE;
mix_state = 0;
+ status_ready();
}
if ((as = net_accept( ss )) > 0){
switch (mix_state){