Skip to content

Commit

Permalink
change: ports & pins for rebooted
Browse files Browse the repository at this point in the history
  • Loading branch information
exander77 committed Jun 8, 2019
1 parent 4312fa5 commit 0578952
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
# define ISP_PORT_IN PORTE_IN
# define ISP_PORT_PIN 5
#elif (XMEGA_A4U || XMEGA_C4)
# define ISP_PORT_DIR PORTC_DIR
# define ISP_PORT_PINCTRL PORTC_PIN3CTRL
# define ISP_PORT_IN PORTC_IN
# define ISP_PORT_PIN 3
# define ISP_PORT_DIR PORTA_DIR
# define ISP_PORT_PINCTRL PORTA_PIN6CTRL
# define ISP_PORT_IN PORTA_IN
# define ISP_PORT_PIN 6
#elif XMEGA_B
# define ISP_PORT_DIR PORTC_DIR
# define ISP_PORT_PINCTRL PORTC_PIN6CTRL
Expand Down

0 comments on commit 0578952

Please sign in to comment.