7 lines
143 B
C
7 lines
143 B
C
|
#ifndef CONVERSATION_PROTOCOL_H
|
||
|
#define CONVERSATION_PROTOCOL_H
|
||
|
|
||
|
void uart_test_tx_demo_thread(void *param);
|
||
|
void parseATCommand(void);
|
||
|
#endif
|