mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: unused variables and remove of compiler warnings.
This commit is contained in:
parent
f133389866
commit
d3fd5fd6d8
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ void fuse_config(const picopass_hdr *hdr) {
|
|||
void getMemConfig(uint8_t mem_cfg, uint8_t chip_cfg, uint8_t *max_blk, uint8_t *app_areas, uint8_t *kb) {
|
||||
// mem-bit 5, mem-bit 7, chip-bit 4: defines chip type
|
||||
uint8_t k16 = isset(mem_cfg, 0x80);
|
||||
uint8_t k2 = isset(mem_cfg, 0x08);
|
||||
//uint8_t k2 = isset(mem_cfg, 0x08);
|
||||
uint8_t book = isset(mem_cfg, 0x20);
|
||||
|
||||
if(isset(chip_cfg, 0x10) && !k16 && !book) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue