| 75 | } |
| 76 | |
| 77 | static inline Bytes usbRead(int side, |
| 78 | bool synced, |
| 79 | nanoseconds_t readTime, |
| 80 | nanoseconds_t hardSectorThreshold) |
| 81 | { |
| 82 | return getUsb().read(side, synced, readTime, hardSectorThreshold); |
| 83 | } |
| 84 | |
| 85 | static inline void usbWrite( |
| 86 | int side, const Bytes& bytes, nanoseconds_t hardSectorThreshold) |
no test coverage detected