continuing fsfw_hal

This commit is contained in:
2021-06-04 16:35:03 +02:00
parent 9149b93b00
commit 598840cbd6
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ ReturnValue_t STM32TestTask::performOneShotAction() {
void STM32TestTask::performSpiL3gd20hTest() {
SPI_HandleTypeDef spiHandle = {};
GyroL3GD20H gyroDevice(&spiHandle, spi::TransferModes::INTERRUPT);
GyroL3GD20H gyroDevice(&spiHandle, spi::TransferModes::DMA);
gyroDevice.initialize();
gyroDevice.performOperation();
}