1
0
forked from fsfw/fsfw

some tweaks

This commit is contained in:
2021-01-29 17:16:34 +01:00
parent bc722b5583
commit 484f9b6b37
2 changed files with 12 additions and 8 deletions

View File

@ -15,7 +15,7 @@ Service17Test::~Service17Test() {
}
ReturnValue_t Service17Test::handleRequest(uint8_t subservice) {
switch(subservice){
switch(subservice) {
case Subservice::CONNECTION_TEST: {
TmPacketStored connectionPacket(apid, serviceId,
Subservice::CONNECTION_TEST_REPORT, packetSubCounter++);