Skip to content

Commit

Permalink
Remove BAD_ANALOG_PIN
Browse files Browse the repository at this point in the history
as a valid analog pin option
  • Loading branch information
MCUdude committed Dec 5, 2020
1 parent 1de45ca commit 1c0c87e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions avr/variants/attiny13/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@ typedef enum
A0 = 0,
A1 = 1,
A2 = 2,
A3 = 3,
BAD_ANALOG_PIN = 4
A3 = 3
} analog_pin_t;

0 comments on commit 1c0c87e

Please sign in to comment.