adaptions for updated fsfw

This commit is contained in:
2021-10-27 17:09:25 +02:00
parent 82147157b4
commit 473461a61d
3 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,7 @@
#include "OBSWConfig.h"
STM32TestTask::STM32TestTask(object_id_t objectId, bool enablePrintout,
bool blinkyLed): TestTask(objectId, enablePrintout),
blinkyLed(blinkyLed) {
bool blinkyLed): TestTask(objectId), blinkyLed(blinkyLed) {
BSP_LED_Init(LED1);
BSP_LED_Init(LED2);
BSP_LED_Init(LED3);