Fixed a minor accidental screw-up in nvr_at.c.
This commit is contained in:
@@ -902,9 +902,9 @@ nvr_at_index_read_handler(int set, uint16_t base, nvr_t *nvr)
|
|||||||
if (set)
|
if (set)
|
||||||
nvr_at_handler(1, base, nvr);
|
nvr_at_handler(1, base, nvr);
|
||||||
else {
|
else {
|
||||||
io_handler(set, base, 1,
|
io_handler(1, base, 1,
|
||||||
nvr_read, NULL, NULL, NULL, NULL, NULL, nvr);
|
nvr_read, NULL, NULL, NULL, NULL, NULL, nvr);
|
||||||
io_handler(set, base + 1, 1,
|
io_handler(1, base + 1, 1,
|
||||||
nvr_read, NULL, NULL, nvr_write, NULL, NULL, nvr);
|
nvr_read, NULL, NULL, nvr_write, NULL, NULL, nvr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user