commit 2ba6253c105069951a39599287401062831eba0c from: Omar Polo date: Thu Jul 29 15:47:05 2021 UTC print something for unknown messages commit - ff3a2c1817311f7b28eec657a0544308e7ddb173 commit + 2ba6253c105069951a39599287401062831eba0c blob - 35aabe914d53b914cfbe3befdb1be5a659dee702 blob + 21d800573c795be73c921e8a65dd3da093d9c91e --- kamirepl.c +++ kamirepl.c @@ -430,6 +430,9 @@ pp_msg(uint32_t len, uint8_t type, uint16_t tag, const printf("\""); break; + + default: + printf("unknown command type"); } printf("\n");