continuing fsfw_hal

This commit is contained in:
Robin Müller 2021-06-04 16:35:03 +02:00
parent 9149b93b00
commit 598840cbd6
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
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();
}

@ -1 +1 @@
Subproject commit 895ba1b455fc9e5c93f3ad6424174773584b5130
Subproject commit cb121b9faf9f96818739e14bf79b48470c9f3290