mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: remove warnings on coverity
chg: encapsule flasmem function calls
This commit is contained in:
parent
df70619888
commit
02cc278e19
4 changed files with 18 additions and 20 deletions
|
@ -485,9 +485,6 @@ void Flash_EraseChip(void) {
|
|||
FlashSendLastByte(CHIPERASE);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void Flashmem_print_status(void) {
|
||||
DbpString("Flash memory");
|
||||
Dbprintf(" Baudrate................%dMHz",FLASHMEM_SPIBAUDRATE/1000000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue