From 61b441cbb78836befd0fbcad80f02893ebb2db0b Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Mon, 8 Mar 2010 15:33:33 +0000 Subject: [PATCH] led fix --- rf433ctl/rf433ctl.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rf433ctl/rf433ctl.pde b/rf433ctl/rf433ctl.pde index b4749bc..6f5ae7d 100644 --- a/rf433ctl/rf433ctl.pde +++ b/rf433ctl/rf433ctl.pde @@ -274,7 +274,7 @@ void calculate_led_level(unsigned int pwm_pin) void flash_led(int times) { - flash_led_time_=314*times; + flash_led_time_ += 314*times; } //********************************************************************// -- 1.7.10.4