Skip to content

Commit

Permalink
Fixed duplicate define in fastio.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikZalm committed Oct 3, 2013
1 parent 253dfc4 commit bca353c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Marlin/fastio.h
Original file line number Diff line number Diff line change
Expand Up @@ -1415,11 +1415,11 @@ pins
#define DIO74_DDR DDRJ
#define DIO74_PWM NULL

#define DIO73_PIN PINJ4
#define DIO73_RPORT PINJ
#define DIO73_WPORT PORTJ
#define DIO73_DDR DDRJ
#define DIO73_PWM NULL
#define DIO75_PIN PINJ4
#define DIO75_RPORT PINJ
#define DIO75_WPORT PORTJ
#define DIO75_DDR DDRJ
#define DIO75_PWM NULL

#define DIO76_PIN PINJ5
#define DIO76_RPORT PINJ
Expand Down

0 comments on commit bca353c

Please sign in to comment.