mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
8 lines
213 B
C++
8 lines
213 B
C++
#include "../../log/log.hpp"
|
|
#include "../../segger/systemview/SEGGER/SEGGER_SYSVIEW.h"
|
|
|
|
void log_WriteToDevice(const uint8_t *pBuffer, unsigned NumBytes)
|
|
{
|
|
SEGGER_SYSVIEW_PrintfHost((const char *)pBuffer);
|
|
}
|