Add __AVR_ATtiny85__ to satisfy some libraries

This commit is contained in:
Erik Tylek Kettenburg 2016-02-12 11:09:12 -08:00
parent fbd4d79324
commit 40be695f81

View File

@ -47,6 +47,10 @@
#define PORT_B_ID 1
#endif
#ifndef __AVR_ATtiny85__
#define __AVR_ATtiny85__
#endif
#define NOT_A_PIN 0
#define NOT_A_PORT 0