From: Stephan Baerwolf Date: Mon, 26 Aug 2013 17:46:16 +0000 (+0200) Subject: updater: fix flash addressing BUG possibly reading wring data X-Git-Tag: testing-head~29 X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/commitdiff_plain/ba9a5f3a437dc9273e4459ace7ceb45325b139c8?ds=inline;hp=ba9a5f3a437dc9273e4459ace7ceb45325b139c8 updater: fix flash addressing BUG possibly reading wring data Fix Updater-bug, when linked to position in flash space (FLASHADDRESS > 64K - SIZEOF_new_firmware - "a little more") void* always is 16Bit - for real addresses take FLASADDRESS into account in order to find upper address bit: (http://www.mikrocontroller.net/topic/298174#3186932) Signed-off-by: Stephan Baerwolf ---