X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/7fe8188d6871371baf83a08d1ab42c094525c04b..622f5f5988ba7b2cba507f65050ec09533535b12:/irmp.h diff --git a/irmp.h b/irmp.h index 8b61f25..cda737c 100644 --- a/irmp.h +++ b/irmp.h @@ -3,9 +3,7 @@ * * Copyright (c) 2009-2014 Frank Meyer - frank(at)fli4l.de * - * $Id: irmp.h,v 1.88 2014/07/21 08:58:58 fm Exp $ - * - * ATMEGA88 @ 8 MHz + * $Id: irmp.h,v 1.89 2014/09/15 10:27:38 fm Exp $ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -178,7 +176,7 @@ extern uint8_t irmp_is_busy (void); extern uint8_t irmp_ISR (void); #if IRMP_PROTOCOL_NAMES == 1 -extern const char * irmp_protocol_names[IRMP_N_PROTOCOLS + 1]; +extern const char * const irmp_protocol_names[IRMP_N_PROTOCOLS + 1] PROGMEM; #endif #if IRMP_USE_CALLBACK == 1