mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
make style updates
This commit is contained in:
parent
229454963b
commit
c531bd0f65
4 changed files with 15 additions and 14 deletions
|
@ -127,7 +127,7 @@ typedef struct {
|
|||
uint8_t manufacturer_id;
|
||||
uint8_t device_id;
|
||||
} flash_device_type_90_t; // to differentiate from JDEC ID via cmd 9F
|
||||
bool Flash_ReadID_90(flash_device_type_90_t* result);
|
||||
bool Flash_ReadID_90(flash_device_type_90_t *result);
|
||||
|
||||
uint16_t Flash_ReadData(uint32_t address, uint8_t *out, uint16_t len);
|
||||
uint16_t Flash_ReadDataCont(uint32_t address, uint8_t *out, uint16_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue