From 4962837e9c67c3232df4a34d781813284c7c64cd Mon Sep 17 00:00:00 2001 From: dac1e Date: Sat, 4 Jan 2025 10:12:26 +0100 Subject: [PATCH] Deleted obsolete debug code. --- libraries/Wire/src/utility/twi.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libraries/Wire/src/utility/twi.h b/libraries/Wire/src/utility/twi.h index 3a9a5136..23ca8081 100644 --- a/libraries/Wire/src/utility/twi.h +++ b/libraries/Wire/src/utility/twi.h @@ -43,13 +43,4 @@ void twi_handleTimeout(bool); bool twi_manageTimeoutFlag(bool); -#if DEBUG_TWI_BUFFER - size_t twi_getMasterBufferSize(); - size_t twi_getMasterBuffer(); - size_t twi_getRxBufferSize(); - size_t twi_getRxBuffer(); - size_t twi_getTxBufferSize(); - size_t twi_getTxBuffer(); -#endif - #endif