]> git.zerfleddert.de Git - rsbs2/blobdiff - bmc/i2c.c
remove DEBUG printouts from non-debug build
[rsbs2] / bmc / i2c.c
index da578b9e8fce82cec56ed1575ab658fcccf8a573..bf561d0270fc173e846416b1bb8e00dfe5b6fe8c 100644 (file)
--- a/bmc/i2c.c
+++ b/bmc/i2c.c
@@ -103,7 +103,9 @@ ISR (TWI_vect, ISR_BLOCK)
                        break;
 
                default:
+#ifdef DEBUG
                        printf("I2C: Unimplemented status 0x%02x\n", TW_STATUS);
+#endif
                        TWCR_RESET;
                        break;
        }
Impressum, Datenschutz