X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/00f97ad08d681505179002d722d7a5f8fb192f35..64dba59a68ae8ae69cf5ef5b37a3980f7c430a25:/main.c diff --git a/main.c b/main.c index bb2c280..80c0e8e 100644 --- a/main.c +++ b/main.c @@ -7,7 +7,7 @@ Software License Agreement (BSD License) - Copyright (c) 2012, microBuilder SARL + Copyright (c) 2011, microBuilder SARL All rights reserved. Redistribution and use in source and binary forms, with or without @@ -33,6 +33,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /**************************************************************************/ +#include +#include +#include + #include "projectconfig.h" #include "sysinit.h" @@ -56,7 +60,7 @@ int main(void) uint32_t currentSecond, lastSecond; currentSecond = lastSecond = 0; - + while (1) { // Toggle LED once per second