Core
Loading...
Searching...
No Matches
rtt.h
Go to the documentation of this file.
1
8#include <SEGGER_RTT.h>
9
10#ifndef CORE_RTT_H
11#define CORE_RTT_H
12
16#define core_RTT_init() SEGGER_RTT_Init()
17
22#define rprintf(...) SEGGER_RTT_printf(0, __VA_ARGS__)
23
24#endif