1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

I2CManager_SAMD.h: Remove unneeded declaration.

This commit is contained in:
Neil McKechnie 2023-02-04 21:01:02 +00:00
parent 6f5680fce0
commit a590245e93

View File

@ -29,9 +29,6 @@
//#include <avr/interrupt.h>
#include <wiring_private.h>
// Storage for new baud rate. Zero means no change pending
static uint32_t pendingBaudRate = 0;
/***************************************************************************
* Interrupt handler.
* IRQ handler for SERCOM3 which is the default I2C definition for Arduino Zero