Feat/nrf52xxx/spi/improve #6088
Annotations
5 errors
Smoke tests:
build/tinygo/src/machine/machine_nrf52xxx.go#L250
invalid case SPI_MODE_CPHA0_CPOL0 in switch on config.Mode (mismatched types SPIMode and uint8)
|
Smoke tests:
build/tinygo/src/machine/machine_nrf52xxx.go#L253
invalid case SPI_MODE_CPHA1_CPOL0 in switch on config.Mode (mismatched types SPIMode and uint8)
|
Smoke tests:
build/tinygo/src/machine/machine_nrf52xxx.go#L256
invalid case SPI_MODE_CPHA1_CPOL1 in switch on config.Mode (mismatched types SPIMode and uint8)
|
Smoke tests:
build/tinygo/src/machine/machine_nrf52xxx.go#L259
invalid case SPI_MODE_CPHA0_CPOL1 in switch on config.Mode (mismatched types SPIMode and uint8)
|
Smoke tests
Process completed with exit code 2.
|
Loading