alexforencich / xboot

XBoot Extensible Bootloader
125 stars 69 forks source link

Watchdog reset in blocking functions #33

Open amb5l opened 6 years ago

amb5l commented 6 years ago

Added watchdog reset during blocking communication functions. Fixed some instances of WDT_Reset() being called instead of wdt_reset() on non-XMEGA builds, and watchdog reset being called on non-watchdog builds.