diff --git a/I2CManager_SAMD.h b/I2CManager_SAMD.h index affb6b3..08e34f2 100644 --- a/I2CManager_SAMD.h +++ b/I2CManager_SAMD.h @@ -29,9 +29,6 @@ //#include #include -// 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