Skip to content

Commit

Permalink
Fix Events for DA series with >=48 pins
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxajk committed Mar 5, 2024
1 parent 81399f0 commit bb876bb
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 bb876bb

Please sign in to comment.