mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
missing includes for spiffs
This commit is contained in:
parent
961f98c125
commit
0ace6bffb8
2 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,6 @@ void __attribute__((noreturn)) AppMain(void);
|
||||||
|
|
||||||
uint16_t AvgAdc(int ch);
|
uint16_t AvgAdc(int ch);
|
||||||
|
|
||||||
void print_result(char *name, uint8_t *buf, size_t len);
|
|
||||||
//void PrintToSendBuffer(void);
|
//void PrintToSendBuffer(void);
|
||||||
void ToSendStuffBit(int b);
|
void ToSendStuffBit(int b);
|
||||||
void ToSendReset(void);
|
void ToSendReset(void);
|
||||||
|
|
|
@ -45,6 +45,8 @@
|
||||||
RDV40_SPIFFS_SAFE_FOOTER
|
RDV40_SPIFFS_SAFE_FOOTER
|
||||||
|
|
||||||
#include "spiffs.h"
|
#include "spiffs.h"
|
||||||
|
#include "BigBuf.h"
|
||||||
|
#include "dbprint.h"
|
||||||
|
|
||||||
///// FLASH LEVEL R/W/E operations for feeding SPIFFS Driver/////////////////
|
///// 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) {
|
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