Skip to content

Commit 32ce054

Browse files
committed
pbio/drv/i2c_ev3: Turn off debug output.
It appears that this was left on by accident.
1 parent 41cfa76 commit 32ce054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/drv/i2c/i2c_ev3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "../drv/rproc/rproc.h"
2828
#include "../rproc/rproc_ev3.h"
2929

30-
#define DEBUG 1
30+
#define DEBUG 0
3131
#if DEBUG
3232
#include <stdio.h>
3333
#include <inttypes.h>

0 commit comments

Comments
 (0)