]> cloudbase.mooo.com Git - irmp.git/blobdiff - irmp.c
Version 2.6.2: port to PIC 12F1840
[irmp.git] / irmp.c
diff --git a/irmp.c b/irmp.c
index 851c270f63beb6976962bae3598495d92798815c..5b25eea0f57d6693fcbf4103bcc0fc84866c5d25 100644 (file)
--- a/irmp.c
+++ b/irmp.c
@@ -1,9 +1,9 @@
 /*---------------------------------------------------------------------------------------------------------------------------------------------------\r
  * irmp.c - infrared multi-protocol decoder, supports several remote control protocols\r
  *\r
- * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de\r
+ * Copyright (c) 2009-2014 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irmp.c,v 1.159 2014/07/09 15:31:25 fm Exp $\r
+ * $Id: irmp.c,v 1.161 2014/07/21 08:58:58 fm Exp $\r
  *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
@@ -498,7 +498,7 @@ static void                                     (*irmp_callback_ptr) (uint8_t);
  *---------------------------------------------------------------------------------------------------------------------------------------------------\r
  */\r
 #if defined(UNIX_OR_WINDOWS) || IRMP_PROTOCOL_NAMES == 1\r
-char *\r
+const char *\r
 irmp_protocol_names[IRMP_N_PROTOCOLS + 1] =\r
 {\r
     "UNKNOWN",\r