Skip to content

Commit bbb1656

Browse files
oyamawill-v-pi
andauthored
remove unused defined WORD_SIZE
Co-authored-by: will-v-pi <[email protected]>
1 parent 87eddec commit bbb1656

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flash/partition_info/partition_info.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#define PART_LOC_FIRST(x) ( ((x) & PICOBIN_PARTITION_LOCATION_FIRST_SECTOR_BITS) >> PICOBIN_PARTITION_LOCATION_FIRST_SECTOR_LSB )
1313
#define PART_LOC_LAST(x) ( ((x) & PICOBIN_PARTITION_LOCATION_LAST_SECTOR_BITS) >> PICOBIN_PARTITION_LOCATION_LAST_SECTOR_LSB )
1414

15-
#define WORD_SIZE 4
1615
#define PARTITION_LOCATION_AND_FLAGS_SIZE 2
1716
#define PARTITION_ID_SIZE 2
1817
#define PARTITION_NAME_MAX 127

0 commit comments

Comments
 (0)