aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal_ee25xx.c
diff options
context:
space:
mode:
authorKonstantin Oblaukhov <oblaukhov.konstantin@gmail.com>2018-09-24 20:29:02 +0700
committerKonstantin Oblaukhov <oblaukhov.konstantin@gmail.com>2018-09-24 20:29:02 +0700
commit7ab18994e7ac71872b9aa4684546dffe01c5c3f0 (patch)
tree9ed6a9c36f75894743527c21a982ef4aa8b84302 /os/hal/src/hal_ee25xx.c
parentccfc9108293123edf1de4ca38dd7876d2d357206 (diff)
downloadChibiOS-Contrib-7ab18994e7ac71872b9aa4684546dffe01c5c3f0.tar.gz
ChibiOS-Contrib-7ab18994e7ac71872b9aa4684546dffe01c5c3f0.tar.bz2
ChibiOS-Contrib-7ab18994e7ac71872b9aa4684546dffe01c5c3f0.zip
Adopt sources to new HAL.
Diffstat (limited to 'os/hal/src/hal_ee25xx.c')
-rw-r--r--os/hal/src/hal_ee25xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/src/hal_ee25xx.c b/os/hal/src/hal_ee25xx.c
index 8c35976..2849e66 100644
--- a/os/hal/src/hal_ee25xx.c
+++ b/os/hal/src/hal_ee25xx.c
@@ -383,6 +383,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,