aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorDiego Ismirlian <dismirlian@gmail.com>2019-09-29 10:25:16 -0300
committerDiego Ismirlian <dismirlian@gmail.com>2019-09-29 10:25:16 -0300
commit8db69eb38c86b7078e4d1ab055704e11a47bb573 (patch)
treea15f18fd2218ff2de07b4b82351ef4ed6c3e0ad3 /os/hal/include
parent7b2c61a676e024163057ec5ccc508a29ab3b9ed4 (diff)
parent8f7c2d187bbb02915f44b926c7aa02185402aef7 (diff)
downloadChibiOS-Contrib-8db69eb38c86b7078e4d1ab055704e11a47bb573.tar.gz
ChibiOS-Contrib-8db69eb38c86b7078e4d1ab055704e11a47bb573.tar.bz2
ChibiOS-Contrib-8db69eb38c86b7078e4d1ab055704e11a47bb573.zip
Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/hal_eeprom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/hal_eeprom.h b/os/hal/include/hal_eeprom.h
index 25e03bd..c4af268 100644
--- a/os/hal/include/hal_eeprom.h
+++ b/os/hal/include/hal_eeprom.h
@@ -68,7 +68,7 @@
uint16_t pagesize; \
/* Time needed by IC for single byte/page writing. */ \
systime_t write_time;
-
+
typedef uint32_t fileoffset_t;
typedef struct {