aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2012-12-05 23:12:27 +0100
committerChristian Starkjohann <cs+github@obdev.at>2012-12-05 23:12:27 +0100
commitc7b27a11b6753a852b9a03f894215485597ba34f (patch)
tree8e15a39e02cb1a0361ea2166f1e9eace690ace87
parentb6498a0104c637139035f08219cc2f39cb953e6d (diff)
downloadv-usb-c7b27a11b6753a852b9a03f894215485597ba34f.tar.gz
v-usb-c7b27a11b6753a852b9a03f894215485597ba34f.tar.bz2
v-usb-c7b27a11b6753a852b9a03f894215485597ba34f.zip
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.
-rw-r--r--usbdrv/usbdrv.c1
1 files changed, 0 insertions, 1 deletions
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"