Use uint32_t in util/led/main.c
authorGeorge Koehler <xkernigh@netscape.net>
Sun, 20 Nov 2016 16:38:16 +0000 (11:38 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Sun, 20 Nov 2016 16:38:16 +0000 (11:38 -0500)
commit88c2ea63aa5ea3d4ca5b8e17067fceb377270f03
tree636de47238c38bedfa7367176d0c4e7c8310ba65
parent6e31d46d6f353931d192d1a4dd3277f332cbc980
Use uint32_t in util/led/main.c

This uses uint32_t for the base, file offset, and alignment of each
section, to be consistent with the usage of uint32_t in h/out.h

Also declare setbit() as static.
util/led/main.c