Grow largest frame length to 512 bytes

This commit is contained in:
Daniel Lublin 2023-02-18 16:16:46 +01:00
parent 2e2ca04ab7
commit 8fd0fca967
No known key found for this signature in database
GPG key ID: 75BD0FEB8D3E7830
5 changed files with 33 additions and 31 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 - Tillitis AB
* Copyright (C) 2022, 2023 - Tillitis AB
* SPDX-License-Identifier: GPL-2.0-only
*/
@ -19,10 +19,10 @@ enum cmdlen {
LEN_1,
LEN_4,
LEN_32,
LEN_128
LEN_512
};
#define CMDLEN_MAXBYTES 128
#define CMDLEN_MAXBYTES 512
// clang-format off
enum fwcmd {