bsp/lpc24xx: Remove debug output

This commit is contained in:
Sebastian Huber
2017-02-15 13:41:02 +01:00
parent 6afeedaa71
commit 7318e7db91

View File

@@ -91,7 +91,6 @@ static void lpc24xx_ssp_handler(void *arg)
if ((mis & SSP_MIS_RORRIS) != 0) {
/* TODO */
printk("%s: Receiver overrun!\n", __func__);
icr |= SSP_ICR_RORRIS;
}