diff packages/io/flash/current/ChangeLog @ 1744:f854ed1e81db

Fix reads on legacy devices
author bartv
date Sun, 21 Nov 2004 12:09:40 +0000
parents 0d824ba900cc
children 49e24a462730
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog
+++ b/packages/io/flash/current/ChangeLog
@@ -1,5 +1,7 @@
 2004-11-21  Bart Veer  <bartv@ecoscentric.com>
 
+	* src/legacy_dev.c (legacy_flash_read): only needed if the
+	underlying legacy driver required indirect reads.
 	* src/flash.c: encapsulate various optional bits of code in
 	macros, to cut down on the #ifdef's in the main code