summaryrefslogtreecommitdiff
path: root/irmp.h
diff options
context:
space:
mode:
authorukw2014-07-21 09:05:03 +0000
committerukw2014-07-21 09:05:03 +0000
commit7fe8188d6871371baf83a08d1ab42c094525c04b (patch)
treebcb9ca7c6706c3e0bd101c530c779f1a9d20c40b /irmp.h
parentc6a60200d5a77ef8011dba4523a92c9f09569e1b (diff)
downloadirmp-7fe8188d6871371baf83a08d1ab42c094525c04b.zip
Version 2.6.2: port to PIC 12F1840
git-svn-id: svn://mikrocontroller.net/irmp@143 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmp.h')
-rw-r--r--irmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/irmp.h b/irmp.h
index faa4201..8b61f25 100644
--- a/irmp.h
+++ b/irmp.h
@@ -1,9 +1,9 @@
/*---------------------------------------------------------------------------------------------------------------------------------------------------
* irmp.h
*
- * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de
+ * Copyright (c) 2009-2014 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmp.h,v 1.86 2014/07/09 15:26:02 fm Exp $
+ * $Id: irmp.h,v 1.88 2014/07/21 08:58:58 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -178,7 +178,7 @@ extern uint8_t irmp_is_busy (void);
extern uint8_t irmp_ISR (void);
#if IRMP_PROTOCOL_NAMES == 1
-extern char * irmp_protocol_names[IRMP_N_PROTOCOLS + 1];
+extern const char * irmp_protocol_names[IRMP_N_PROTOCOLS + 1];
#endif
#if IRMP_USE_CALLBACK == 1