We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650be92 commit b554e4bCopy full SHA for b554e4b
drivers/led/aw20216.c
@@ -63,7 +63,7 @@ bool g_pwm_buffer_update_required[DRIVER_COUNT] = {false};
63
bool AW20216_write(pin_t cs_pin, uint8_t page, uint8_t reg, uint8_t* data, uint8_t len) {
64
static uint8_t s_spi_transfer_buffer[2] = {0};
65
66
- if (!spi_start(cs_pin, false, 0, AW_SPI_DIVISOR)) {
+ if (!spi_start(cs_pin, false, 3, AW_SPI_DIVISOR)) {
67
spi_stop();
68
return false;
69
}
0 commit comments