X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5b20be02e28bb67097fc6701f7596a352b39f902..refs/heads/master:/firmware/usbdrv/oddebug.h?ds=sidebyside diff --git a/firmware/usbdrv/oddebug.h b/firmware/usbdrv/oddebug.h index 1c18b6018..851f84dea 100644 --- a/firmware/usbdrv/oddebug.h +++ b/firmware/usbdrv/oddebug.h @@ -4,8 +4,7 @@ * Creation Date: 2005-01-16 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH - * License: Proprietary, free under certain conditions. See Documentation. - * This Revision: $Id: oddebug.h 215 2006-07-10 21:54:51Z cs $ + * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) */ #ifndef __oddebug_h_included__ @@ -29,10 +28,7 @@ the output and a memory block to dump in hex ('data' and 'len'). #endif /* make sure we have the UART defines: */ -#include "iarcompat.h" -#ifndef __IAR_SYSTEMS_ICC__ -# include -#endif +#include "usbportability.h" #ifndef uchar # define uchar unsigned char