aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-11-03 18:19:27 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-11-03 18:19:27 +0000
commit81649b82b7e6e9954b634f0443e9640163f22912 (patch)
tree08203c26e3570514affe98fcfd728aee6a367430 /usbdrv
parent7ffa11b5fe5136ba63a059aea31ee2cb7ac20cf8 (diff)
downloadv-usb-81649b82b7e6e9954b634f0443e9640163f22912.tar.gz
v-usb-81649b82b7e6e9954b634f0443e9640163f22912.tar.bz2
v-usb-81649b82b7e6e9954b634f0443e9640163f22912.zip
- no offset of 0x20 needed if symbol is a memory address.
Diffstat (limited to 'usbdrv')
-rw-r--r--usbdrv/Changelog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index e456011..3073502 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -254,3 +254,6 @@ Scroll down to the bottom to see the most recent changes.
- Implemented option USB_CFG_SUPPRESS_INTR_CODE.
* Release 2008-10-22
+
+ - Fixed libs-device/osctune.h: OSCCAL is memory address on ATMega88 and
+ similar, not offset of 0x20 needs to be added.