From c7b27a11b6753a852b9a03f894215485597ba34f Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Wed, 5 Dec 2012 23:12:27 +0100 Subject: Removed unnecessary include of usbportability.h. This include caused a header dependency problem. usbconfig.h must be included before usbportability.h because the PROGMEM macros must know the size of the memory model. usbdrv.h includes the headers in just this order. --- usbdrv/usbdrv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usbdrv/usbdrv.c b/usbdrv/usbdrv.c index 4102b61..1943965 100644 --- a/usbdrv/usbdrv.c +++ b/usbdrv/usbdrv.c @@ -8,7 +8,6 @@ * This Revision: $Id$ */ -#include "usbportability.h" #include "usbdrv.h" #include "oddebug.h" -- cgit v1.2.3