move dump_xxx functions to debug_uart.c.

This commit is contained in:
jun2sak 2021-02-23 12:22:33 +09:00
parent ec64fa6a29
commit 105042e870
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include "tusb.h"
#ifdef MY_DEBUGUART
// XXX these functions are in nrf/supervisor/port.c
// XXX these functions are in nrf/supervisor/debug_uart.c
extern void _debug_uart_init(void);
extern void _debug_print_substr(const char* text, uint32_t length);
#endif