初始版本
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef _APP_COMM_H_
|
||||
#define _APP_COMM_H_
|
||||
|
||||
#include "rtthread.h"
|
||||
|
||||
#define BSP_LOG(format,...) do { \
|
||||
rt_kprintf(format, ##__VA_ARGS__); \
|
||||
} while (0)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user