Skip to content

Commit

Permalink
fix lingering compile error/
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Oct 1, 2023
1 parent 72f5d3d commit f0bacee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#include <EEPROM.h>
#if defined(megaTinyCore)
#if defined(MEGATINYCORE)
#define ANALOG_PIN PIN_PA7
#else
#define ANALOG_PIN PIN_PD4
Expand Down

0 comments on commit f0bacee

Please sign in to comment.