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.
1 parent 87eddec commit bbb1656Copy full SHA for bbb1656
flash/partition_info/partition_info.c
@@ -12,7 +12,6 @@
12
#define PART_LOC_FIRST(x) ( ((x) & PICOBIN_PARTITION_LOCATION_FIRST_SECTOR_BITS) >> PICOBIN_PARTITION_LOCATION_FIRST_SECTOR_LSB )
13
#define PART_LOC_LAST(x) ( ((x) & PICOBIN_PARTITION_LOCATION_LAST_SECTOR_BITS) >> PICOBIN_PARTITION_LOCATION_LAST_SECTOR_LSB )
14
15
-#define WORD_SIZE 4
16
#define PARTITION_LOCATION_AND_FLAGS_SIZE 2
17
#define PARTITION_ID_SIZE 2
18
#define PARTITION_NAME_MAX 127
0 commit comments