Skip to content

Commit 205308c

Browse files
committed
prevent TinyUSB to override our UART for logging
1 parent f0b2cc3 commit 205308c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firmware/pico-ice-default/tusb_config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
* THE SOFTWARE.
2424
*/
2525
#pragma once
26+
27+
// pico-ice-sdk
2628
#include "ice_flash.h"
29+
#include "boards/pico_ice.h"
2730

2831
// RHPort number used for device can be defined by board.mk, port 0 for pico-ice
2932
#define BOARD_DEVICE_RHPORT_NUM 0

0 commit comments

Comments
 (0)