mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CodeQL fixes for "Comparison between A of type TypeA and B of wider type TypeB"
This commit is contained in:
parent
20c4756f2a
commit
91be146ecb
6 changed files with 36 additions and 3 deletions
|
@ -296,6 +296,7 @@ typedef struct spiffs_t {
|
|||
// file system configuration
|
||||
spiffs_config cfg;
|
||||
// number of logical blocks
|
||||
// BUGBUG -- Should this be of type spiffs_block_ix?
|
||||
u32_t block_count;
|
||||
|
||||
// cursor for free blocks, block index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue