Code style fixes: sensinode
This commit is contained in:
parent
e38b419e84
commit
b4bb51e811
12 changed files with 56 additions and 53 deletions
|
@ -54,7 +54,7 @@ putdec(uint8_t c)
|
|||
c %= div;
|
||||
if((disp != 0) || (hassent) || (div == 1)) {
|
||||
hassent = 1;
|
||||
putchar('0'+disp);
|
||||
putchar('0' + disp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue