Skip to content

Commit 456fbd8

Browse files
bjarne-dietrichjannau
authored andcommitted
Changed command from DEVn to DVEn.
Signed-off-by: bjarne-dietrich <[email protected]>
1 parent a256c62 commit 456fbd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cd321x.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl Device {
215215

216216
fn dven(&mut self, vdos: &[u32]) -> Result<()> {
217217
let data: Vec<u8> = vdos.iter().flat_map(|val| val.to_le_bytes()).collect();
218-
self.exec_cmd(b"DEVn", &data)
218+
self.exec_cmd(b"DVEn", &data)
219219
}
220220

221221
fn check_connected(&mut self) -> Result<bool> {

0 commit comments

Comments
 (0)