TkTech / smartie

Pure-python ATA/SATA/ATAPI/SCSI and disk enumeration library for Linux/Windows/OS X.
https://tkte.ch/smartie/
MIT License
11 stars 5 forks source link

Use BigEndianStructure for Command16. #23

Closed yangfl closed 1 day ago

yangfl commented 2 days ago

This avoids explicitly byteswap and fixes errors on big endian systems (if any).