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