diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-11-01 11:21:25 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-11-01 11:21:25 -0400 |
| commit | d2376ed99656b5e6bad4f649c108d1908875078b (patch) | |
| tree | 02065ea2044fe4cf24a05eb75168994e7aa8b902 /fw/tests/system/eeprom_systest.c | |
| parent | 3907711d2abca4277e1dbe01b98e0c7f3cc1304e (diff) | |
| download | can-gauge-interface-d2376ed99656b5e6bad4f649c108d1908875078b.zip | |
update systests
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) { |