run on XMINI-328PB

This commit is contained in:
prenticedavid
2019-03-02 09:35:43 +00:00
parent 4aa663c9a3
commit 902a7d4c88

View File

@@ -22,7 +22,7 @@
#if 0
//################################### UNO ##############################
#elif defined(__AVR_ATmega328P__) //regular UNO shield on UNO
#elif defined(__AVR_ATmega328P__) || defined(__AVR_ATmega328PB__) //regular UNO shield on UNO
#define RD_PORT PORTC
#define RD_PIN 0
#define WR_PORT PORTC