Skip to content

Commit b118961

Browse files
committed
Move PARTITION_EXTRA_FAMILY_ID_MAX to uf2_family_ids.h
1 parent 1066f75 commit b118961

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flash/partition_info/partition_info.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#define PARTITION_LOCATION_AND_FLAGS_SIZE 2
1818
#define PARTITION_ID_SIZE 2
1919
#define PARTITION_NAME_MAX 127
20-
#define PARTITION_EXTRA_FAMILY_ID_MAX 3
2120
#define PARTITION_TABLE_FIXED_INFO_SIZE (4 + PARTITION_TABLE_MAX_PARTITIONS * (PARTITION_LOCATION_AND_FLAGS_SIZE + PARTITION_ID_SIZE))
2221

2322
/*

flash/partition_info/uf2_family_ids.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#include "boot/picobin.h"
99

1010

11+
#define PARTITION_EXTRA_FAMILY_ID_MAX 3
12+
1113
typedef struct {
1214
size_t count;
1315
char **items;

0 commit comments

Comments
 (0)