look up vigik service code

This commit is contained in:
iceman1001 2022-12-03 21:11:29 +01:00
commit e3a6f8fe27
3 changed files with 32 additions and 14 deletions

View file

@ -38,7 +38,8 @@ typedef struct mfc_vigik_s {
typedef struct vigik_pk_s {
const char *desc;
const char *n;
uint16_t code;
const char *n;
} vigik_pk_t;
#endif