aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-07 18:41:46 -0500
committercnlohr <lohr85@gmail.com>2016-12-07 18:41:46 -0500
commit952289cbcf13ad48369002fac7d4765e4fe4d748 (patch)
treeefc2470e90dbf235cf239d37450f5f0b9573acfe /src
parentf03580f15d4917db2fd0790ff3718ce5ff397a75 (diff)
downloadlibsurvive-952289cbcf13ad48369002fac7d4765e4fe4d748.tar.gz
libsurvive-952289cbcf13ad48369002fac7d4765e4fe4d748.tar.bz2
Add note: will try to fix later.
Diffstat (limited to 'src')
-rw-r--r--src/survive_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index 9bc934a..a2e4209 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -308,7 +308,7 @@ static void handle_watchman( struct SurviveObject * w, uint8_t * readdata )
offtimes[led] = mytime;
printf( "%d %d %d %d\n", led, ledtime, deltaA, deltaB );
- if( deltaA )
+ if( deltaA ) //XXX TODO: This should just check to see if k != 0
{
mytime -= deltaA;