read module config and read hk working

This commit is contained in:
2020-12-10 10:01:45 +01:00
parent b8dd7b74cd
commit fa0cdcf399
10 changed files with 84 additions and 52 deletions

View File

@ -36,7 +36,7 @@ ReturnValue_t P60DockTestTask::pingP60dock(void){
unsigned int pingSize = 100; // 100 bytes
uint32_t replyTime = csp_ping(p60dockAddress, timeout, pingSize, CSP_O_NONE);
sif::info << "Ping address: " << p60dockAddress << ", reply after "
<< replyTime << "ms" << std::endl;
<< replyTime << " ms" << std::endl;
return HasReturnvaluesIF::RETURN_OK;
}