Function parameter fixed.
This commit is contained in:
parent
430706747c
commit
d576af26fa
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void eeprom1()
|
|||
}
|
||||
|
||||
// save to position tmp
|
||||
lc_saveFrame(buf, tmp);
|
||||
lc_saveFrame(buf, tmp, buf);
|
||||
|
||||
}
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue