Skip to content

Commit adf3ca2

Browse files
committed
pbio/platform/ev3: Disable debug port by default.
We are getting closer to a beta release, so turn off this debug hack.
1 parent 7f4bb69 commit adf3ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/platform/ev3/pbdrvconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
#define PBDRV_CONFIG_SOUND_DEFAULT_VOLUME 75
9191

9292
#define PBDRV_CONFIG_UART (1)
93-
#define PBDRV_CONFIG_UART_DEBUG_FIRST_PORT (1)
93+
#define PBDRV_CONFIG_UART_DEBUG_FIRST_PORT (0)
9494
#define PBDRV_CONFIG_UART_EV3 (1)
9595
#define PBDRV_CONFIG_UART_EV3_PRU (1)
9696
#define PBDRV_CONFIG_UART_EV3_NUM_UART (5)

0 commit comments

Comments
 (0)