fpagliughi / rust-industrial-io

Rust interface to the Linux Industrial I/O subsystem
MIT License
45 stars 21 forks source link

small fix riio_tsbus: chan -> channel #7

Closed yarlB closed 3 years ago

yarlB commented 4 years ago

examples/riio_tsbuf.rs : line 54 argument name is "channel" but line 77 chan_name read from "chan"

fpagliughi commented 3 years ago

Oh, apologies for the long delay. I didn't see this. And, yes, you're right. Thanks for the fix!