publishing results

This commit is contained in:
2020-11-18 18:47:52 +01:00
parent f584c7b543
commit 8e0d072571
2 changed files with 26 additions and 13 deletions

View File

@ -7,8 +7,8 @@
#include <stdbool.h>
typedef struct {
char name[32];
char unit[16];
char *name;
char *unit;
int8_t exponent;
bool found;
} parsedVIB_t;