From cb93f9e9e7b2cc102071423a590cc4a57c06657c Mon Sep 17 00:00:00 2001 From: ukw Date: Thu, 20 Feb 2014 15:25:39 +0000 Subject: Version 2.4.0: IRMP: added RCMM protocols, fixed decoding of SIEMENS protocol, fixed Timer routines for PIC C18 compiler IRSND: added RUWIDO protocol git-svn-id: svn://mikrocontroller.net/irmp@121 aeb2e35e-bfc4-4214-b83c-9e8de998ed28 --- irmpsystem.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'irmpsystem.h') diff --git a/irmpsystem.h b/irmpsystem.h index 4d82286..b8a9b9a 100644 --- a/irmpsystem.h +++ b/irmpsystem.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de * - * $Id: irmpsystem.h,v 1.8 2013/01/17 07:33:13 fm Exp $ + * $Id: irmpsystem.h,v 1.10 2014/02/19 12:57:36 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 @@ -41,7 +41,7 @@ #elif defined(TARGET_IS_BLIZZARD_RA2) // TI Stellaris (tested on Stellaris Launchpad with Code Composer Studio) # define STELLARIS_ARM_CORTEX_M4 # define F_CPU (SysCtlClockGet()) -#elif defined(unix) || defined(WIN32) // Unix/Linux or Windows +#elif defined(unix) || defined(WIN32) || defined(__APPLE__) // Unix/Linux or Windows or Apple # define UNIX_OR_WINDOWS #else # define ATMEL_AVR // ATMEL AVR @@ -54,7 +54,6 @@ # include # define F_CPU 8000000L # define ANALYZE -# define DEBUG # ifdef unix # include # else -- cgit v1.2.3