We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PARTITION_EXTRA_FAMILY_ID_MAX
1 parent 1066f75 commit b118961Copy full SHA for b118961
flash/partition_info/partition_info.c
@@ -17,7 +17,6 @@
17
#define PARTITION_LOCATION_AND_FLAGS_SIZE 2
18
#define PARTITION_ID_SIZE 2
19
#define PARTITION_NAME_MAX 127
20
-#define PARTITION_EXTRA_FAMILY_ID_MAX 3
21
#define PARTITION_TABLE_FIXED_INFO_SIZE (4 + PARTITION_TABLE_MAX_PARTITIONS * (PARTITION_LOCATION_AND_FLAGS_SIZE + PARTITION_ID_SIZE))
22
23
/*
flash/partition_info/uf2_family_ids.h
@@ -8,6 +8,8 @@
8
#include "boot/picobin.h"
9
10
11
+#define PARTITION_EXTRA_FAMILY_ID_MAX 3
12
+
13
typedef struct {
14
size_t count;
15
char **items;
0 commit comments