mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
partial make style
This commit is contained in:
parent
13aa4ee6ab
commit
d88b76beda
2 changed files with 119 additions and 119 deletions
|
@ -752,7 +752,7 @@ static uint8_t NumBlocksPerSector(uint8_t sectorNo) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static uint8_t GetSectorFromBlockNo(uint8_t blockNo) {
|
static uint8_t GetSectorFromBlockNo(uint8_t blockNo) {
|
||||||
if ( blockNo < 128 )
|
if (blockNo < 128)
|
||||||
return blockNo / 4;
|
return blockNo / 4;
|
||||||
else
|
else
|
||||||
return 32 + ((128 - blockNo) / 16);
|
return 32 + ((128 - blockNo) / 16);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue