mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 09:01:24 +02:00
Use persistent memory for storing dynamic VID/PID.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -129,4 +129,8 @@ extern int meta_delete(uint16_t fid);
|
||||
extern int meta_add(uint16_t fid, const uint8_t *data, uint16_t len);
|
||||
extern int delete_file(file_t *ef);
|
||||
|
||||
#ifndef ENABLE_EMULATION
|
||||
extern file_t *ef_vp;
|
||||
#endif
|
||||
|
||||
#endif // _FILE_H_
|
||||
|
||||
Reference in New Issue
Block a user