Optiboot / optiboot

Small and Fast Bootloader for Arduino and other Atmel AVR chips
Other
1.09k stars 401 forks source link

TIMEOUT_MS are described but not used #284

Closed N-Storm closed 4 years ago

N-Storm commented 4 years ago

The TIMEOUT_MS macro are describe in optiboot.c, optiboot_x.c headers but not used. This leads to disambiguation. PR #268 already has the proposed solution for this issue.

WestfW commented 4 years ago

Feature added and comment fixed in https://github.com/Optiboot/optiboot/commit/0b9a50d4e6e6f88d7676573a88329f3c4d2ec54e The option is in seconds, which makes more sense. (and is compatible with optiboot_x for mega0)