Skip to content

Commit 4829c48

Browse files
committed
Remove "FIFO overflow!" message
1 parent 2fb8ecb commit 4829c48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

i2c/mpl3115a2_i2c/mpl3115a2_i2c.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ void gpio_callback(uint gpio, __unused uint32_t events) {
153153
// FIFO overflow interrupt
154154
// watermark bits set to 0 in F_SETUP reg, so only possible event is an overflow
155155
// otherwise, we would read F_STATUS to confirm it was an overflow
156-
printf("FIFO overflow!\n");
157156
// drain the fifo
158157
mpl3115a2_read_fifo(fifo_data);
159158
// read status register to clear interrupt bit

0 commit comments

Comments
 (0)