sim- / tgy

tgy -- Open Source Firmware for ATmega-based Brushless ESCs
http://0x.ca/tgy/
686 stars 388 forks source link

Patch 1 #71

Closed 4712 closed 9 years ago

4712 commented 9 years ago

Fix boot.inc bug in boot_clear_flash: flash memory will only be erased from 0x0000 to 0x0E00 word-address. Fix: multiplied BOOT_START and PAGESIZE by 2 to get byte-address ;.db "AVRISP2" ; stk500v2 signature (changed '' to '_' to get a chance to identify - AVRdude does not care)

ProDrone commented 9 years ago

What is the problem solved by this patch?

4712 commented 9 years ago

All infos can be found here: https://github.com/sim-/tgy/issues/72