Files
LaserTracing_Debug/Project/GateWay/source/User/Inc/app_comm.h
T

11 lines
161 B
C
Raw Normal View History

2026-04-23 13:56:52 +08:00
#ifndef _APP_COMM_H_
#define _APP_COMM_H_
#include "rtthread.h"
#define BSP_LOG(format,...) do { \
rt_kprintf(format, ##__VA_ARGS__); \
} while (0)
#endif