mirror of https://github.com/MLXXXp/Arduboy2.git
Move avr/wdt.h include to cpp file
This commit is contained in:
parent
d5b4a45706
commit
1d49ce5df8
|
@ -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
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <Arduino.h>
|
||||
#include <avr/power.h>
|
||||
#include <avr/sleep.h>
|
||||
#include <avr/wdt.h>
|
||||
|
||||
|
||||
// main hardware compile flags
|
||||
|
|
Loading…
Reference in New Issue