eeprom is complete

This commit is contained in:
2026-05-01 17:57:26 +03:00
parent 223bdf27f6
commit 45ec779d4d
4 changed files with 129 additions and 16 deletions

View File

@@ -995,6 +995,7 @@ typedef struct nn_EEPROMRequest {
union {
char *buf;
const char *robuf;
bool readonly;
};
size_t buflen;
} nn_EEPROMRequest;