]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/lx-dad.git/commitdiff
modified LED blinking speed to be less distractive
authorJan Novotny <caca@caca>
Thu, 30 Apr 2015 12:19:43 +0000 (14:19 +0200)
committerJan Novotny <caca@caca>
Thu, 30 Apr 2015 12:19:43 +0000 (14:19 +0200)
sw/app/lx_dad/appl_loop.c

index 95f5cad0c0de2cce3b4a4099c7012fd0a4ad0ea7..f857a6e9fd360fd6afa36cad7af7d414f0901278 100644 (file)
@@ -25,7 +25,7 @@ void timer_10ms(void)
  #endif /*APPL_WITH_ULAN*/
   if (timer_led_usbconfigured!=0) timer_led_usbconfigured--;
   else {
-    timer_led_usbconfigured=20;
+    timer_led_usbconfigured=50;
     if (1 /*!ul_dcnv_is_open(&ep1_dcnv_state)*/) {
       if(GET_IN_PIN(LED_PORT,LED1_BIT))
         CLR_OUT_PIN(LED_PORT,LED1_BIT);