ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
45 stars 77 forks source link

Fixed issue where non-consecutive list resulted in incorrect ranges #675

Closed ep1cman closed 3 months ago

ep1cman commented 3 months ago

For example if [3,1,2] was provided, it would result in 3,1-2, but after writing this to a sysfs file, it would read back as 1-3