aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal_ee24xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/hal_ee24xx.c')
-rw-r--r--os/hal/src/hal_ee24xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/src/hal_ee24xx.c b/os/hal/src/hal_ee24xx.c
index 725258c..1df1b9f 100644
--- a/os/hal/src/hal_ee24xx.c
+++ b/os/hal/src/hal_ee24xx.c
@@ -334,6 +334,7 @@ static size_t read(void *ip, uint8_t *bp, size_t n) {
}
static const struct EepromFileStreamVMT vmt = {
+ (size_t)0,
write,
read,
eepfs_put,