Prep for v1.2.0
[hackover2013-badge-firmware.git] / main.c
diff --git a/main.c b/main.c
index 3d91f4d..80c0e8e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -7,7 +7,7 @@
 
     Software License Agreement (BSD License)
 
 
     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
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without
     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 /**************************************************************************/
     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 /**************************************************************************/
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+
 #include "projectconfig.h"
 #include "sysinit.h"
 
 #include "projectconfig.h"
 #include "sysinit.h"
 
   #include "core/cmd/cmd.h"
 #endif
 
   #include "core/cmd/cmd.h"
 #endif
 
-#include "drivers/displays/tft/lcd.h"    
-#include "drivers/displays/tft/drawing.h"  
-#include "drivers/displays/tft/touchscreen.h"
-#include "drivers/displays/tft/controls/button.h"
-
 /**************************************************************************/
 /*! 
     Main program entry point.  After reset, normal code execution will
 /**************************************************************************/
 /*! 
     Main program entry point.  After reset, normal code execution will
@@ -61,7 +60,7 @@ int main(void)
 
   uint32_t currentSecond, lastSecond;
   currentSecond = lastSecond = 0;
 
   uint32_t currentSecond, lastSecond;
   currentSecond = lastSecond = 0;
-
+  
   while (1)
   {
     // Toggle LED once per second
   while (1)
   {
     // Toggle LED once per second
This page took 0.045861 seconds and 4 git commands to generate.