Add MAX_MSG_SIZE in getInfo.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-07 17:01:01 +01:00
parent 8e9eafaec5
commit d7016f6065
2 changed files with 6 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ extern void set_opts(uint8_t);
#define MAX_CRED_ID_LENGTH 1024
#define MAX_RESIDENT_CREDENTIALS 256
#define MAX_CREDBLOB_LENGTH 128
#define MAX_MSG_SIZE 1024
#define MAX_FRAGMENT_LENGTH (MAX_MSG_SIZE - 64)
typedef struct known_app {
const uint8_t *rp_id_hash;