aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/Readme.txt
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/Readme.txt
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/Readme.txt')
-rw-r--r--usbdrv/Readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/Readme.txt b/usbdrv/Readme.txt
index cb1a70e..96a79d0 100644
--- a/usbdrv/Readme.txt
+++ b/usbdrv/Readme.txt
@@ -33,7 +33,7 @@ The driver consists of the following files:
defined to a value greater than 0. Link this module
to your code!
oddebug.h .............. Interface definitions of the debug module.
- iarcompat.h ............ Compatibility definitions for IAR C-compiler.
+ usbportability.h ....... Header with compiler-dependent stuff.
usbdrvasm.asm .......... Compatibility stub for IAR-C-compiler. Use this
module instead of usbdrvasm.S when you assembler
with IAR's tools.