1
0
forked from fsfw/fsfw

include guard fix

This commit is contained in:
2020-07-08 18:38:58 +02:00
parent dc27cc9aff
commit 64c290ffe4
2 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ ReturnValue_t Service8FunctionManagement::prepareDirectCommand(
// Create direct command instance by extracting data from Telecommand
DirectCommand command(tcData,tcDataLen);
// store additional parameters into the Inter Process Communication Store
// store additional parameters into the IPC Store
store_address_t parameterAddress;
ReturnValue_t result = IPCStore->addData(&parameterAddress,
command.getParameters(),command.getParametersSize());