Use char* for names of debug messages

This commit is contained in:
Julien Lecoeur
2017-07-03 17:56:44 +02:00
committed by Nuno Marques
parent 1a445c9c76
commit 798c6d0f56
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
uint32 timestamp_ms # in milliseconds since system start
int8[10] key # max. 10 characters as key / name
char[10] key # max. 10 characters as key / name
float32 value # the value to send as debug output