X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/08f2dd9d18830e4671dd99ac04569c6dd9895b98..90387f65c24081b2e983a84bf6d474045f5ef602:/irmpsystem.h diff --git a/irmpsystem.h b/irmpsystem.h index 395772b..1e2e4df 100644 --- a/irmpsystem.h +++ b/irmpsystem.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2012 Frank Meyer - frank(at)fli4l.de * - * $Id: irmpsystem.h,v 1.5 2012/05/23 12:26:26 fm Exp $ + * $Id: irmpsystem.h,v 1.6 2012/05/23 14:02:45 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 @@ -49,12 +49,18 @@ #ifdef UNIX_OR_WINDOWS // Analyze on Unix/Linux or Windows # include # include -# include # define F_CPU 8000000L # define ANALYZE # define DEBUG +# ifdef unix +# include +# else +typedef unsigned char uint8_t; +typedef unsigned short uint16_t; +# endif #endif + #if defined(ATMEL_AVR) # include # include