fix(formatting): led.c
This commit is contained in:
parent
ee2df36041
commit
d92ca755bd
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ static void
|
|||
led_set('0', d);
|
||||
|
||||
/* wait for the condition to change */
|
||||
while(d->rate == 0) {
|
||||
while (d->rate == 0) {
|
||||
if ((err = pthread_cond_wait(&cv, &mp)) != 0) {
|
||||
log_fatal("pthread_cond_wait: %s", strerror(err));
|
||||
pthread_exit(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue