minor corrections to adhere contiki code style guidelines

This commit is contained in:
Giovanni `evilaliv3` Pellerano 2012-12-21 12:36:29 +01:00
parent aa07993d36
commit ee556dcf14
7 changed files with 47 additions and 47 deletions

View file

@ -127,7 +127,7 @@ PROCESS_THREAD(battery_process, ev, data)
// start converting
AD1CON1SET = 0b0000000000000010;
while (!(AD1CON1 & 0b0000000000000001)) {
while(!(AD1CON1 & 0b0000000000000001)) {
; // wait conversion finish
}