Skip to content

Commit 2200d0e

Browse files
committed
Fix regression introduced by rebase.
1 parent 7bf3c4e commit 2200d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/IRQManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ typedef enum {
4141
IRQ_SPI_MASTER,
4242
IRQ_SCI_SPI_MASTER,
4343
IRQ_CAN,
44-
IRQ_ETHERNET
44+
IRQ_ETHERNET,
4545
IRQ_CANFD,
4646
} Peripheral_t;
4747

0 commit comments

Comments
 (0)