diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h index 980d09a2e..bff43b6cf 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h @@ -1266,7 +1266,7 @@ static void LED_spi_init() { SPI_init(); SPI_Params_init(&spiParams1); - spiParams1.bitRate = 2500; // 2.5k + spiParams1.bitRate = 1000000; // 1M spiParams1.mode = SPI_MASTER; spiParams1.dataSize = 16; spiParams1.frameFormat = SPI_POL0_PHA1;