Moved to /rf
[hackover2013-badge-firmware.git] / main.c
diff --git a/main.c b/main.c
index 8cff6f6..703bf96 100644 (file)
--- a/main.c
+++ b/main.c
@@ -61,6 +61,8 @@ int main(void)
   uint32_t currentSecond, lastSecond;
   currentSecond = lastSecond = 0;
 
+  lcdTest();
+
   while (1)
   {
     // Toggle LED once per second
This page took 0.020148 seconds and 4 git commands to generate.