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 7d9edfa commit 87eddecCopy full SHA for 87eddec
flash/partition_info/partition_info.c
@@ -11,7 +11,6 @@
11
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
-#define WORD_PADDED_BYTES(x) ((x + 3) & ~3)
15
16
#define WORD_SIZE 4
17
#define PARTITION_LOCATION_AND_FLAGS_SIZE 2
0 commit comments