summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorukw2010-09-04 17:57:06 +0000
committerukw2010-09-04 17:57:06 +0000
commitf5ca01473d48aafa8fb84fef6fdf461344a9968e (patch)
tree27ce41aab0892ae13da57bcbd3cbddc077a951ff
parentc7a47e897cc2d4716bf54b323c46978e624b65cf (diff)
downloadirmp-f5ca01473d48aafa8fb84fef6fdf461344a9968e.zip
Version 1.8.1: Bugfix for F_INTERRUPS >= 16000
git-svn-id: svn://mikrocontroller.net/irmp@47 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
-rw-r--r--README.txt2
-rw-r--r--irmp.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 0bf0e38..b159fb7 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
IRMP - Infrared Multi Protocol Decoder
--------------------------------------
-Version IRMP: 1.8.0 02.09.2010
+Version IRMP: 1.8.1 02.09.2010
Version IRSND: 1.8.0 92.09.2010
Dokumentation:
diff --git a/irmp.c b/irmp.c
index 879d50e..e3ae34d 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.82 2010/08/31 15:22:24 fm Exp $
+ * $Id: irmp.c,v 1.83 2010/09/04 18:11:52 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -325,10 +325,10 @@ typedef unsigned int16 uint16_t;
#endif // windows
#endif // unix
-#include "irmp.h"
#ifndef IRMP_USE_AS_LIB
#include "irmpconfig.h"
#endif
+#include "irmp.h"
#if IRMP_SUPPORT_GRUNDIG_PROTOCOL == 1 || IRMP_SUPPORT_NOKIA_PROTOCOL == 1
#define IRMP_SUPPORT_GRUNDIG_OR_NOKIA_PROTOCOL 1