Skip to content

Commit

Permalink
Fix number of interrupts RPi Pico (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Mar 24, 2024
1 parent 095c992 commit fe8bc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Submodules/Encoder/NumInterrupts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ BEGIN_CS_NAMESPACE
#define CORE_NUM_INTERRUPT 20

#elif defined(ARDUINO_ARCH_RP2040)
#define CORE_NUM_INTERRUPT 26
#define CORE_NUM_INTERRUPT 32

// ARM mbed OS
#elif defined(ARDUINO_ARCH_MBED)
Expand Down

0 comments on commit fe8bc16

Please sign in to comment.