| 38 | } |
| 39 | |
| 40 | bool operator<(const SPISettings& lhs, const SPISettings& rhs) { |
| 41 | return byteCompare(lhs, rhs); |
| 42 | } |
| 43 | |
| 44 | bool operator<(const SPIClass& lhs, const SPIClass& rhs) { |
| 45 | return byteCompare(lhs, rhs); |
nothing calls this directly
no test coverage detected