platform: make billing type configurable

This commit is contained in:
2022-12-10 23:21:54 -05:00
parent 8f0d21200a
commit dce5bbe66d
4 changed files with 19 additions and 2 deletions

View File

@ -14,6 +14,7 @@ struct nusec_config {
uint8_t region;
uint8_t system_flag;
uint32_t subnet;
uint16_t billing_type;
wchar_t billing_ca[MAX_PATH];
wchar_t billing_pub[MAX_PATH];
};