tcp_cmd
move functions from test file to project
This commit is contained in:
@@ -13,12 +13,17 @@
|
||||
#endif
|
||||
#include "llfs.h"
|
||||
#include "log.h"
|
||||
#include <tcp.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
||||
void tcp_cmd_init(void);
|
||||
|
||||
void tcp_cmd_init( void );
|
||||
void tcp_cmd_write(struct tcp_pcb* pcb, const char* str);
|
||||
void tcp_cmd_print_help(struct tcp_pcb* pcb);
|
||||
|
||||
err_t tcp_cmd_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err);
|
||||
|
||||
#endif /* INC_TCP_CMD_H_ */
|
||||
|
||||
Reference in New Issue
Block a user