From 01225055c1cbd6e6b3bc50a5f084d4e515063512 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 1 May 2024 16:18:48 +0800 Subject: [PATCH] update --- include/znordic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/znordic.h b/include/znordic.h index e6f5898..b1f7b4e 100644 --- a/include/znordic.h +++ b/include/znordic.h @@ -67,6 +67,8 @@ void znordic_rtc_settime(uint16_t year, uint8_t month, uint8_t day, uint8 void znordic_force_flush_log(); const char* fmt(const char* fmt, ...); const char* hex2str(const uint8_t* data, uint16_t len); + +void nrf_log_backend_uart_tx_raw(char const* p_buffer, size_t len); /******************************************************************************* * LOG * *******************************************************************************/