added pst for peripheral tests

This commit is contained in:
2021-06-09 23:53:44 +02:00
parent ac549216de
commit 5cbe18caa6
7 changed files with 81 additions and 2 deletions

View File

@ -22,7 +22,7 @@ ReturnValue_t STM32TestTask::performPeriodicAction() {
}
ReturnValue_t STM32TestTask::performOneShotAction() {
performSpiL3gd20hTest();
// performSpiL3gd20hTest();
return HasReturnvaluesIF::RETURN_OK;
}