Merge pull request from Pharap/move-wdt-include

Move avr/wdt.h include to cpp file
This commit is contained in:
Scott Allen 2018-11-12 14:34:22 -05:00 committed by GitHub
commit 7a5bab6199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,8 @@
#include "Arduboy2Core.h"
#include <avr/wdt.h>
const uint8_t PROGMEM lcdBootProgram[] = {
// boot defaults are commented out but left here in case they
// might prove useful for reference

View File

@ -10,7 +10,6 @@
#include <Arduino.h>
#include <avr/power.h>
#include <avr/sleep.h>
#include <avr/wdt.h>
#include <limits.h>