refactored fsfw_hal

This commit is contained in:
2021-06-10 19:09:56 +02:00
parent 1f9fcecd98
commit dcc61873b2
3 changed files with 4 additions and 3 deletions

View File

@ -35,7 +35,7 @@ ReturnValue_t STM32TestTask::performOneShotAction() {
}
void STM32TestTask::performSpiL3gd20hTest() {
gyro = new GyroL3GD20H(&spiHandle, spi::TransferModes::POLLING);
gyro = new GyroL3GD20H(&spiHandle, spi::TransferModes::DMA);
gyro->initialize();
gyro->performOperation();
}