mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
missing includes for spiffs
This commit is contained in:
parent
961f98c125
commit
0ace6bffb8
2 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,8 @@
|
|||
RDV40_SPIFFS_SAFE_FOOTER
|
||||
|
||||
#include "spiffs.h"
|
||||
#include "BigBuf.h"
|
||||
#include "dbprint.h"
|
||||
|
||||
///// FLASH LEVEL R/W/E operations for feeding SPIFFS Driver/////////////////
|
||||
static s32_t rdv40_spiffs_llread(u32_t addr, u32_t size, u8_t *dst) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue