| 83 | } |
| 84 | |
| 85 | static inline void usbWrite( |
| 86 | int side, const Bytes& bytes, nanoseconds_t hardSectorThreshold) |
| 87 | { |
| 88 | getUsb().write(side, bytes, hardSectorThreshold); |
| 89 | } |
| 90 | |
| 91 | static inline void usbSetDrive(int drive, bool high_density, int index_mode) |
| 92 | { |
no test coverage detected