missing files

This commit is contained in:
iceman1001
2026-09-12 15:10:36 +02:00
parent 696b8357b6
commit f57da9c85d
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -1188,6 +1188,7 @@ typedef struct {
// For ThinFilm Kovio
#define CMD_HF_THINFILM_READ 0x0810
#define CMD_HF_THINFILM_SIMULATE 0x0811
#define CMD_HF_THINFILM_SNIFF 0x0812
// For Atmel CryptoRF
#define CMD_HF_CRYPTORF_SIM 0x0820
+4
View File
@@ -100,4 +100,8 @@ typedef struct {
uint8_t pages64k;
} PACKED spi_flash_t;
// SPIFFS errno values the client has to name when the device reports a failed
// write. Mirrors armsrc/spiffs.h, which is device side only
#define SPIFFS_ERR_FULL_RDV (-10001)
#endif // __PMFLASH_H