| Index: firmware/include/gbb_header.h
|
| diff --git a/firmware/include/gbb_header.h b/firmware/include/gbb_header.h
|
| index 18bb64b7a04f20d5a60b67d8a32320ac75461adf..39e1ac20809e9d519368eed214a9f4e77d9ee7c4 100644
|
| --- a/firmware/include/gbb_header.h
|
| +++ b/firmware/include/gbb_header.h
|
| @@ -18,6 +18,9 @@
|
| #define GBB_MAJOR_VER (0x01)
|
| #define GBB_MINOR_VER (0x00)
|
|
|
| +/* Maximum length of a HWID in bytes, counting terminating null. */
|
| +#define GBB_HWID_MAX_SIZE 256
|
| +
|
| #ifdef __cplusplus
|
| extern "C" {
|
| #endif // __cplusplus
|
|
|