• Andy Grover's avatar
    Code cleanups · f615f385
    Andy Grover authored
    1) Eliminate everywhere "if (0 == result)" is used, replace with
    "if (!result)" and the like.
    
    2) Move headers mysteriously included in the middle of the file to the top.
    f615f385
battery.c 19.4 KB