Skip to content

Commit c885072

Browse files
committedNov 12, 2015
Fix proper HAVE_DBG_PIN support on mega8
1 parent 256112b commit c885072

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎features.h

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
#define DBGDDR DDRB
6666
#define DBGIN PINB
6767
#endif
68+
#ifdef HAVE_DBG_PIN
69+
#define DBGPINPORT PORTD
70+
#define DBGPIN PORTD4
71+
#define DBGPINDDR DDRD
72+
#define DBGPININ PIND
73+
#endif
6874

6975
#define IMSK GIMSK
7076
#define TIMSK0 TIMSK

0 commit comments

Comments
 (0)
Please sign in to comment.