]> cloudbase.mooo.com Git - irmp.git/commitdiff
Version 1.8.1: Bugfix for F_INTERRUPS >= 16000
authorukw <ukw@aeb2e35e-bfc4-4214-b83c-9e8de998ed28>
Sat, 4 Sep 2010 17:57:06 +0000 (17:57 +0000)
committerukw <ukw@aeb2e35e-bfc4-4214-b83c-9e8de998ed28>
Sat, 4 Sep 2010 17:57:06 +0000 (17:57 +0000)
git-svn-id: svn://mikrocontroller.net/irmp@47 aeb2e35e-bfc4-4214-b83c-9e8de998ed28

README.txt
irmp.c

index 0bf0e382a3cf58c76a6df1674b07bf651ec60942..b159fb7132dfc7e38f3c5d128956fa39a887fe54 100644 (file)
@@ -1,7 +1,7 @@
 IRMP - Infrared Multi Protocol Decoder\r
 --------------------------------------\r
 \r
-Version IRMP:  1.8.0  02.09.2010\r
+Version IRMP:  1.8.1  02.09.2010\r
 Version IRSND: 1.8.0  92.09.2010\r
 \r
 Dokumentation:\r
diff --git a/irmp.c b/irmp.c
index 879d50e7c5149ff87a99d5c7435dac575cc13944..e3ae34d3bdc0a6a2e3152122f99467528b6a9d97 100644 (file)
--- a/irmp.c
+++ b/irmp.c
@@ -3,7 +3,7 @@
  *\r
  * Copyright (c) 2009-2010 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irmp.c,v 1.82 2010/08/31 15:22:24 fm Exp $\r
+ * $Id: irmp.c,v 1.83 2010/09/04 18:11:52 fm Exp $\r
  *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
@@ -325,10 +325,10 @@ typedef unsigned int16  uint16_t;
 #endif // windows\r
 #endif // unix\r
 \r
-#include "irmp.h"\r
 #ifndef IRMP_USE_AS_LIB\r
 #include "irmpconfig.h"\r
 #endif\r
+#include "irmp.h"\r
 \r
 #if IRMP_SUPPORT_GRUNDIG_PROTOCOL == 1 || IRMP_SUPPORT_NOKIA_PROTOCOL == 1\r
 #define IRMP_SUPPORT_GRUNDIG_OR_NOKIA_PROTOCOL  1\r