Skip to content

Commit

Permalink
Add flash id component to IotFlashInfo struct (aws#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcgcc authored May 17, 2020
1 parent 4433e34 commit 5f6c746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/abstractions/common_io/include/iot_flash.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ typedef struct IotFlashInfo
* and if sub-sectors of 4k can be write protected then this may be set to 4K*/
uint8_t ucAsyncSupported; /*!< Provides a flag to indicate if background erase/program
* is supported. User must check this before they can setup a callback and wait.*/
uint32_t ulFlashID; /*!< flash chip id */
} IotFlashInfo_t;

/**
Expand Down

0 comments on commit 5f6c746

Please sign in to comment.