| 89 | } |
| 90 | |
| 91 | static inline void usbSetDrive(int drive, bool high_density, int index_mode) |
| 92 | { |
| 93 | getUsb().setDrive(drive, high_density, index_mode); |
| 94 | } |
| 95 | |
| 96 | static inline void usbMeasureVoltages(struct voltages_frame* voltages) |
| 97 | { |
no test coverage detected