achimdoebler / UGUI

µGUI - Open Source GUI module for embedded systems
Other
1.22k stars 420 forks source link

This is just a general code cleanup so things build in my libopencm3 … #21

Open mwm opened 8 years ago

mwm commented 8 years ago

…environemnt.

In particular, use stdint.h isntead of system.h. Make the functions that are commented as static actually static. Add some extra parens in complex expression that generate warnings during the build.