all modes appear to work well
This commit is contained in:
@ -68,7 +68,7 @@ void ObjectFactory::produce(void* args) {
|
||||
#if OBSW_PERFORM_L3GD20H_TEST == 1
|
||||
|
||||
spi::MspCfgBase* mspCfg = nullptr;
|
||||
spi::TransferModes transferMode = spi::TransferModes::INTERRUPT;
|
||||
spi::TransferModes transferMode = spi::TransferModes::POLLING;
|
||||
if(transferMode == spi::TransferModes::POLLING) {
|
||||
auto typedCfg = new spi::MspPollingConfigStruct();
|
||||
spi::h743zi::standardPollingCfg(*typedCfg);
|
||||
|
2
fsfw_hal
2
fsfw_hal
Submodule fsfw_hal updated: 621fe97d5d...543ee54cca
Reference in New Issue
Block a user