v1.0.0
[hackover2013-badge-firmware.git] / main.c
diff --git a/main.c b/main.c
index 703bf96..b4e63e7 100644 (file)
--- a/main.c
+++ b/main.c
@@ -7,7 +7,7 @@
 
     Software License Agreement (BSD License)
 
-    Copyright (c) 2011, microBuilder SARL
+    Copyright (c) 2012, microBuilder SARL
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without
@@ -61,8 +61,6 @@ int main(void)
   uint32_t currentSecond, lastSecond;
   currentSecond = lastSecond = 0;
 
-  lcdTest();
-
   while (1)
   {
     // Toggle LED once per second
This page took 0.017207 seconds and 4 git commands to generate.