Files
checker_host/prot_cmd/cmd_slave.cpp

13 lines
85 B
C++
Raw Normal View History

2023-11-26 23:05:35 +08:00
#include "cmd_slave.h"
int slave_check::start(myarray data)
{
return 0;
}