Skip to content

Commit

Permalink
Deleted obsolete debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
dac1e committed Jan 4, 2025
1 parent b9df583 commit 4962837
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions libraries/Wire/src/utility/twi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4962837

Please sign in to comment.