Skip to content

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 authored Mar 15, 2024
1 parent f406b53 commit bc23059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bosch/common/bosch_interfaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#if defined(ARDUINO_ARCH_RP2040)
SPISettings SensorInterfaces::__spiSetting = SPISettings();
#else
SPISettings SensorInterfaces::__spiSetting = SPISettings(4000000, SPI_MSBFIRST, SPI_MODE0);
SPISettings SensorInterfaces::__spiSetting = SPISettings(4000000, SPI_DATA_ORDER, SPI_MODE0);
#endif

void SensorInterfaces::close_interfaces(SensorLibConfigure config)
Expand Down

0 comments on commit bc23059

Please sign in to comment.