From a590245e93a20bc8a45e65b86b7b667ec2ce5909 Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Sat, 4 Feb 2023 21:01:02 +0000 Subject: [PATCH] I2CManager_SAMD.h: Remove unneeded declaration. --- I2CManager_SAMD.h | 3 --- 1 file changed, 3 deletions(-) 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