summaryrefslogtreecommitdiff
path: root/irmp.c
diff options
context:
space:
mode:
authorukw2011-02-22 14:24:27 +0000
committerukw2011-02-22 14:24:27 +0000
commit2cfc146d29747416e1a8dfb80f3d2e038ceb488a (patch)
treef9a5b3be04e43ada2b6a641134618a9898c01709 /irmp.c
parent111d61910d35ec1e5538b267ce450bea45159e72 (diff)
downloadirmp-2cfc146d29747416e1a8dfb80f3d2e038ceb488a.zip
version 1.9.5: added kathrein protocol
git-svn-id: svn://mikrocontroller.net/irmp@58 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmp.c')
-rw-r--r--irmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/irmp.c b/irmp.c
index 2263cd3..32364c9 100644
--- a/irmp.c
+++ b/irmp.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2009-2010 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmp.c,v 1.93 2011/02/22 13:07:13 fm Exp $
+ * $Id: irmp.c,v 1.94 2011/02/22 14:24:00 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -1420,7 +1420,7 @@ irmp_get_data (IRMP_DATA * irmp_data_p)
#endif
#if IRMP_SUPPORT_KATHREIN_PROTOCOL == 1
case IRMP_KATHREIN_PROTOCOL:
- if (irmp_command != 0x400)
+ if (irmp_command != 0x0000)
{
rtc = TRUE;
}