]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blob - rpp-test-sw/commands/cmd_ping.h
Add ping function to debug tools
[pes-rpp/rpp-test-sw.git] / rpp-test-sw / commands / cmd_ping.h
1 /*
2  * cmd_ping.h
3  *
4  *  Created on: 7.3.2019
5  *      Author: Jakub Nejedly
6  */
7
8 #ifndef CMD_PING_H_
9 #define CMD_PING_H_
10
11 #define BAD_OPTION      -23
12
13 #include "cmdproc.h"
14
15 extern cmd_des_t const *cmd_list_ping[];
16
17
18 #endif /* CMD_PING_H_ */