Skip to content

Commit

Permalink
Merge pull request #522 from xxxajk/master
Browse files Browse the repository at this point in the history
Fix Events for DA series with >=48 pins
  • Loading branch information
SpenceKonde committed Jul 28, 2024
2 parents 5d8a311 + bb876bb commit 3e4151c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megaavr/libraries/Event/src/Event_parts.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ namespace event {
ccl2_event_b = 0x05,
ccl3_event_a = 0x06,
ccl3_event_b = 0x07,
#if defined(LUT4)
#if defined(CCL_TRUTH4)
ccl4_event_a = 0x08,
ccl4_event_b = 0x09,
ccl5_event_a = 0x0A,
Expand Down

0 comments on commit 3e4151c

Please sign in to comment.