summaryrefslogtreecommitdiff
path: root/irmpconfig.h
diff options
context:
space:
mode:
authorukw2010-06-15 11:55:50 +0000
committerukw2010-06-15 11:55:50 +0000
commit586dc529cebb8b3a7e3e6ce18bca15d6a5df2160 (patch)
tree9ab31e9240ab2b939728d4b93c12d7feade7e25e /irmpconfig.h
parent48664931c4d9371a7be6735227011e54954f79cc (diff)
downloadirmp-586dc529cebb8b3a7e3e6ce18bca15d6a5df2160.zip
Version 1.6.5: handle uint8_t overflow above 15395 Hz
git-svn-id: svn://mikrocontroller.net/irmp@29 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmpconfig.h')
-rw-r--r--irmpconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/irmpconfig.h b/irmpconfig.h
index b522ff3..e72c76f 100644
--- a/irmpconfig.h
+++ b/irmpconfig.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmpconfig.h,v 1.21 2010/06/14 22:01:49 fm Exp $
+ * $Id: irmpconfig.h,v 1.22 2010/06/15 12:02:52 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -46,7 +46,7 @@
#define IRMP_SUPPORT_BANG_OLUFSEN_PROTOCOL 1 // flag: support Bang & Olufsen uses ~200 bytes
#define IRMP_SUPPORT_GRUNDIG_PROTOCOL 1 // flag: support Grundig uses ~150 bytes
#define IRMP_SUPPORT_NOKIA_PROTOCOL 1 // flag: support Nokia uses ~150 bytes
-#define IRMP_SUPPORT_FDC_PROTOCOL 0 // flag: support FDC3402 keyboard uses ~100 bytes
+#define IRMP_SUPPORT_FDC_PROTOCOL 0 // flag: support FDC3402 keyboard uses ~50 bytes
#define IRMP_SUPPORT_RCCAR_PROTOCOL 0 // flag: support RC car uses ~150 bytes
/*---------------------------------------------------------------------------------------------------------------------------------------------------