Commit 19802b3
committed
Implement Into<Infallible> when spi::DeviceError is infallible
This improves integration with infallible SPI device driver APIs that constrain the SPI device error type
to Into<Infallible>, allowing types such as DeviceError<Infallible, Infallible> to be used.1 parent 4e653a7 commit 19802b3
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
66 | 76 | | |
67 | 77 | | |
68 | 78 | | |
| |||
0 commit comments