移植到stm32f1,实现手动线赋码控制器功能

This commit is contained in:
ranchuan
2023-09-09 17:27:06 +08:00
parent 8d779a68f3
commit 7baa63de05
382 changed files with 36618 additions and 148064 deletions

View File

@@ -1,17 +1,14 @@
#include "if_rtt.h"
#include "log.h"
#include "stdio.h"
#include "stdarg.h"
#include "debug.h"
#include "string.h"
#ifdef RT_THREAD
#include "rtthread.h"
#define DBG_DEV mylog()
#else
#define DBG_DEV rtt()
#endif
#define DBG_DEV rtt()
#define CONSOLEBUF_SIZE 1024