summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorukw2010-03-29 09:48:00 +0000
committerukw2010-03-29 09:48:00 +0000
commitcb8474cca0ec71c9780575aae0ad9979576b8e2e (patch)
treeedb2f00aa8354adcf5b81f12b14bdec105811473 /main.c
parent71a2b2f4432847c9b306a38900d5c45d6f6218b1 (diff)
downloadirmp-cb8474cca0ec71c9780575aae0ad9979576b8e2e.zip
bugfix in detection of multiple NEC repetitions, added irmpconfig.h
git-svn-id: svn://mikrocontroller.net/irmp@4 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 2e05660..faab8ea 100644
--- a/main.c
+++ b/main.c
@@ -3,6 +3,8 @@
*
* Copyright (c) 2009-2010 Frank Meyer - frank(at)fli4l.de
*
+ * $Id: main.c,v 1.5 2010/03/29 09:33:29 fm Exp $
+ *
* ATMEGA88 @ 8 MHz
*
* Fuses: lfuse: 0xE2 hfuse: 0xDC efuse: 0xF9
@@ -45,6 +47,8 @@
#include <avr/pgmspace.h>
#include <avr/interrupt.h>
#include "irmp.h"
+#include "irmpconfig.h"
+
#endif // CODEVISION