Code style fixes: cc2530dk
This commit is contained in:
parent
380ee3bae9
commit
351a4d39b9
8 changed files with 36 additions and 37 deletions
|
@ -50,8 +50,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