tcp_cmd
add testing capabilities to header file
This commit is contained in:
@@ -6,14 +6,19 @@
|
|||||||
|
|
||||||
#ifndef INC_TCP_CMD_H_
|
#ifndef INC_TCP_CMD_H_
|
||||||
#define INC_TCP_CMD_H_
|
#define INC_TCP_CMD_H_
|
||||||
|
#ifndef TESTING
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <tcp.h>
|
|
||||||
#include "lcd_api.h"
|
#include "lcd_api.h"
|
||||||
|
#else
|
||||||
|
#include "mocs.h"
|
||||||
|
#endif
|
||||||
#include "llfs.h"
|
#include "llfs.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
void tcp_cmd_init(void);
|
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);
|
||||||
|
|
||||||
|
|
||||||
#endif /* INC_TCP_CMD_H_ */
|
#endif /* INC_TCP_CMD_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user