9 lines
149 B
C
9 lines
149 B
C
#ifndef _CMD_H_
|
|
#define _CMD_H_
|
|
|
|
#include "main.h"
|
|
void init_cmd(void);
|
|
void usart_irq_dma_process(UART_HandleTypeDef *huart);
|
|
|
|
#endif /* _CMD_H_ */
|