aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/EEProm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F3xx/EEProm/main.c')
-rw-r--r--testhal/STM32/STM32F3xx/EEProm/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F3xx/EEProm/main.c b/testhal/STM32/STM32F3xx/EEProm/main.c
index 4460ef6..939c66e 100644
--- a/testhal/STM32/STM32F3xx/EEProm/main.c
+++ b/testhal/STM32/STM32F3xx/EEProm/main.c
@@ -57,7 +57,7 @@ static THD_FUNCTION(ThreadEE, arg)
{
eeFS = SPIEepromFileOpen(&eeFile, &eeCfg, EepromFindDevice(EEPROM_DEV_25XX));
- fileStreamSeek(eeFS, 0);
+ fileStreamSetPosition(eeFS, 0);
fileStreamWrite(eeFS, buffer, len);
fileStreamRead(eeFS, buffer, len);