mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-11-01 21:14:50 -07:00
Add __AVR_ATtiny85__ to satisfy some libraries
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user