mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 04:33:54 +08:00
7258328923
add support to zynqmp-r5 core and zynqmp-r5-axu4ev board
17 lines
205 B
C
17 lines
205 B
C
#ifndef XIL_PRINTF_H
|
|
#define XIL_PRINTF_H
|
|
|
|
#include <rtthread.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define xil_printf rt_kprintf
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* end of protection macro */
|