Speed tweek for gpioSetValue
[hackover2013-badge-firmware.git] / main.c
diff --git a/main.c b/main.c
index 8ca68e0..99f192a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -61,7 +61,7 @@ int main(void)
 
   uint32_t currentSecond, lastSecond;
   currentSecond = lastSecond = 0;
-
+  
   while (1)
   {
     // Toggle LED once per second
This page took 0.023041 seconds and 4 git commands to generate.