diff --git a/platform/z1/dev/i2cmaster.c b/platform/z1/dev/i2cmaster.c index d1d9ccbf2..c3765f5cf 100644 --- a/platform/z1/dev/i2cmaster.c +++ b/platform/z1/dev/i2cmaster.c @@ -214,7 +214,6 @@ ISR(USCIAB1TX, i2c_tx_interrupt) { // TX Part if (UC1IFG & UCB1TXIFG) { // TX int. condition - PRINTFDEBUG("!!! TX int\n"); if (tx_byte_ctr == 0) { UCB1CTL1 |= UCTXSTP; // I2C stop condition UC1IFG &= ~UCB1TXIFG; // Clear USCI_B1 TX int flag