Bump SHAPE_MAX_NUM_IVS to 80 (#7344)

This commit is contained in:
Takashi Kokubun 2023-02-21 10:00:39 -08:00 committed by GitHub
parent 37b6d98840
commit d579f47558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2023-02-21 18:01:09 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View File

@ -31,7 +31,7 @@ typedef uint16_t shape_id_t;
# define SHAPE_BITMAP_SIZE 16384
# define SHAPE_MAX_VARIATIONS 8
# define SHAPE_MAX_NUM_IVS 50
# define SHAPE_MAX_NUM_IVS 80
# define MAX_SHAPE_ID (SHAPE_MASK - 1)
# define INVALID_SHAPE_ID SHAPE_MASK