]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blobdiff - rpp-test-sw/commands/cmd.c
Add ping function to debug tools
[pes-rpp/rpp-test-sw.git] / rpp-test-sw / commands / cmd.c
index 008027a5f9319da9325c931587f319867b86db06..293772105499f2bdfd6d332322cec19b11cfe6b8 100644 (file)
@@ -29,6 +29,7 @@
 #include "cmd_netstats.h"
 #include "cmd_emac.h"
 #include "cmd_echoserver.h"
+#include "cmd_ping.h"
 
 #ifdef TARGET_TMS570_RPP
 #include "cmd_dac.h"
@@ -151,6 +152,7 @@ cmd_des_t const *cmd_list_main[] = {
        CMD_DES_INCLUDE_SUBLIST(cmd_list_nc),
        CMD_DES_INCLUDE_SUBLIST(cmd_list_es),
        CMD_DES_INCLUDE_SUBLIST(cmd_list_netstats),
+       CMD_DES_INCLUDE_SUBLIST(cmd_list_ping),
 #ifdef TARGET_TMS570_RPP
        CMD_DES_INCLUDE_SUBLIST(cmd_list_dac),
        CMD_DES_INCLUDE_SUBLIST(cmd_list_din),