mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
b4d54ae0a2
commit
9beabaabf5
29 changed files with 4784 additions and 4778 deletions
|
@ -238,8 +238,8 @@ typedef struct {
|
|||
#define CMD_FLASHMEM_INFO 0x0125
|
||||
#define CMD_FLASHMEM_SET_SPIBAUDRATE 0x0126
|
||||
|
||||
// RDV40, High level flashmem SPIFFS Manipulation
|
||||
// ALL function will have a lazy or Safe version
|
||||
// RDV40, High level flashmem SPIFFS Manipulation
|
||||
// ALL function will have a lazy or Safe version
|
||||
// that will be handled as argument of safety level [0..2] respectiveley normal / lazy / safe
|
||||
// However as how design is, MOUNT and UNMOUNT only need/have lazy as safest level so a safe level will still execute a lazy version
|
||||
// see spiffs.c for more about the normal/lazy/safety information)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue