aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbdrv.c
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-06-17 18:13:38 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-06-17 18:13:38 +0000
commit4f0353ba8355196550a842576f8f5af47392f4a7 (patch)
tree5d46facbfe2854530177ef357db0c41460444647 /usbdrv/usbdrv.c
parentdfb2c5fd5e27c6b82466a01ebc59a3ee00d125dc (diff)
downloadv-usb-4f0353ba8355196550a842576f8f5af47392f4a7.tar.gz
v-usb-4f0353ba8355196550a842576f8f5af47392f4a7.tar.bz2
v-usb-4f0353ba8355196550a842576f8f5af47392f4a7.zip
- removed iarcompat.h in favor of usbportability.h which is intended to take
care of ports to other compilers such as CodeVision as well.
Diffstat (limited to 'usbdrv/usbdrv.c')
-rw-r--r--usbdrv/usbdrv.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usbdrv/usbdrv.c b/usbdrv/usbdrv.c
index eed2d52..0168a44 100644
--- a/usbdrv/usbdrv.c
+++ b/usbdrv/usbdrv.c
@@ -8,11 +8,7 @@
* This Revision: $Id$
*/
-#include "iarcompat.h"
-#ifndef __IAR_SYSTEMS_ICC__
-# include <avr/io.h>
-# include <avr/pgmspace.h>
-#endif
+#include "usbportability.h"
#include "usbdrv.h"
#include "oddebug.h"