Move avr/wdt.h include to cpp file

This commit is contained in:
Pharap 2018-08-24 10:56:57 +01:00 committed by Scott Allen
parent d5b4a45706
commit 1d49ce5df8
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -10,7 +10,6 @@
#include <Arduino.h> #include <Arduino.h>
#include <avr/power.h> #include <avr/power.h>
#include <avr/sleep.h> #include <avr/sleep.h>
#include <avr/wdt.h>
// main hardware compile flags // main hardware compile flags