From: Jan Novotny Date: Thu, 30 Apr 2015 12:19:43 +0000 (+0200) Subject: modified LED blinking speed to be less distractive X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/lx-cpu1/lx-dad.git/commitdiff_plain/36964207d26d9f1b9d44f8410103987cbde11300 modified LED blinking speed to be less distractive --- diff --git a/sw/app/lx_dad/appl_loop.c b/sw/app/lx_dad/appl_loop.c index 95f5cad..f857a6e 100644 --- a/sw/app/lx_dad/appl_loop.c +++ b/sw/app/lx_dad/appl_loop.c @@ -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);