micro-CDR: bump submodule version and update CMake and src code

This commit is contained in:
TSC21
2019-11-24 22:30:22 +00:00
committed by Daniel Agar
parent d80da97ef5
commit 4c5e5acefe
6 changed files with 8 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ void* send(void* /*unused*/)
uint64_t sent = 0, total_sent = 0;
int loop = 0, read = 0;
uint32_t length = 0;
uint16_t header_length = 0;
size_t header_length = 0;
/* subscribe to topics */
@[for idx, topic in enumerate(send_topics)]@