mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-04-27 23:29:01 -07:00
Add __AVR_ATtiny85__ to satisfy some libraries
This commit is contained in:
parent
fbd4d79324
commit
40be695f81
@ -47,6 +47,10 @@
|
|||||||
#define PORT_B_ID 1
|
#define PORT_B_ID 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __AVR_ATtiny85__
|
||||||
|
#define __AVR_ATtiny85__
|
||||||
|
#endif
|
||||||
|
|
||||||
#define NOT_A_PIN 0
|
#define NOT_A_PIN 0
|
||||||
#define NOT_A_PORT 0
|
#define NOT_A_PORT 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user