minor corrections to adhere contiki code style guidelines
This commit is contained in:
parent
aa07993d36
commit
ee556dcf14
7 changed files with 47 additions and 47 deletions
|
@ -127,7 +127,7 @@ PROCESS_THREAD(battery_process, ev, data)
|
|||
// start converting
|
||||
AD1CON1SET = 0b0000000000000010;
|
||||
|
||||
while (!(AD1CON1 & 0b0000000000000001)) {
|
||||
while(!(AD1CON1 & 0b0000000000000001)) {
|
||||
; // wait conversion finish
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue