feat: 移植 lwprintf
This commit is contained in:
11
project/inc/by_debug.h
Normal file
11
project/inc/by_debug.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _BY_DEBUG_H__
|
||||
#define _BY_DEBUG_H__
|
||||
|
||||
#include <stdio.h>
|
||||
#include "lwprintf.h"
|
||||
|
||||
#define BY_DEBUG_USART_INDEX (USART1)
|
||||
|
||||
void by_debug_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user