初始版本

This commit is contained in:
2026-04-23 13:56:52 +08:00
parent 6c611f1fa3
commit 23ab9ca0f9
252 changed files with 136838 additions and 0 deletions
@@ -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