summaryrefslogtreecommitdiff
path: root/twi_slave_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'twi_slave_driver.c')
-rw-r--r--twi_slave_driver.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/twi_slave_driver.c b/twi_slave_driver.c
index 341ed6f..d15ed5f 100644
--- a/twi_slave_driver.c
+++ b/twi_slave_driver.c
@@ -126,11 +126,6 @@ void TWI_SlaveInitializeModule(TWI_Slave_t *twi,
*/
void TWI_SlaveInterruptHandler(TWI_Slave_t *twi)
{
-#if 1
- PORTE.OUTSET = (1<<2);
- PORTE.OUTCLR = (1<<2);
-#endif
-
uint8_t const currentStatus = twi->interface->SLAVE.STATUS;
/* If bus error. */