From: Dean Camera Date: Wed, 23 Nov 2011 14:09:01 +0000 (+0000) Subject: Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line paramete... X-Git-Tag: LUFA-120219~21 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/075538abb9af8a31fa8239ecfda592b968cd53d8?ds=inline;hp=075538abb9af8a31fa8239ecfda592b968cd53d8 Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.). ---