]> www.fi.muni.cz Git - bike-lights.git/commit
main.c: split up the main() function
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 7 Jun 2013 16:00:31 +0000 (18:00 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 7 Jun 2013 16:03:05 +0000 (18:03 +0200)
commit6ce11e298f73e160555e2bf4dd3d88f120fbdebd
treec084b3e5decebbcaf588324448171f1b31d17257
parenta366ae18debc6e73c4946aa6290ed37c49bb1fc0
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
firmware/main.c