Skip to content

Commit

Permalink
Oops, this didn't compile on 1/0-series.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Oct 1, 2023
1 parent d292aff commit 6974cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megaavr/libraries/Logic/examples/LatchNoSeq/LatchNoSeq.ino
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void setup() {

Logic0.enable = true; // Enable logic block 0

#if defined(MEGATINYCORE) || defined(MEGATINYCORE_SERIES) != 2
#if defined(EVSYS_CHANNEL0)
EVSYS.CHANNEL0 = EVSYS_CHANNEL0_CCL_LUT0_gc;
EVSYS.USERCCLLUT1A = EVSYS_USER_CHANNEL0_gc;
#else // it's a tinyAVR 0/1
Expand Down

0 comments on commit 6974cf8

Please sign in to comment.