diff options
Diffstat (limited to 'fw/tests/system/eeprom_systest.c')
| -rw-r--r-- | fw/tests/system/eeprom_systest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/tests/system/eeprom_systest.c b/fw/tests/system/eeprom_systest.c index 5261532..72834a2 100644 --- a/fw/tests/system/eeprom_systest.c +++ b/fw/tests/system/eeprom_systest.c @@ -9,7 +9,7 @@ #include "can.h" #include "eeprom.h" -static const U16 addr = {0x00, 0x0A}; +static const U16 addr = 0x000A; void main(void) { |