Merge pull request #4 from keyboardio/f/wdt

Moved the wdt_disable() call to the hardware plugins
pull/365/head
Jesse Vincent 8 years ago committed by GitHub
commit 12603e09b6

@ -64,6 +64,8 @@ void Model01::enable_high_power_leds(void) {
}
void Model01::setup(void) {
wdt_disable();
delay(100);
enable_scanner_power();
// Consider not doing this until 30s after keyboard

Loading…
Cancel
Save