NicoHood / HoodLoader2

16u2 Bootloader to reprogram 16u2 + 328/2560 with Arduino IDE
http://www.nicohood.de
734 stars 186 forks source link

Fix address cast #86

Open NicoHood opened 3 years ago

NicoHood commented 3 years ago

https://github.com/abcminiuser/lufa/pull/170

We could also save some more bytes by using a 16bit address here, as the 32u4 has no more than 32kb. It would require some careful testing though!