12 lines
160 B
C
12 lines
160 B
C
|
|
#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
|