From: Jan "Yenya" Kasprzak Date: Fri, 7 Jun 2013 16:00:31 +0000 (+0200) Subject: main.c: split up the main() function X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=6ce11e298f73e160555e2bf4dd3d88f120fbdebd;hp=6ce11e298f73e160555e2bf4dd3d88f120fbdebd;p=bike-lights.git main.c: split up the main() function - early HW setup, run once after reset, is moved to the first_boot() function - main loop iteration is in a separate function main_loop_iteration() - both functions (and hw_suspend() as well) are made inline ---