minor fixes

This commit is contained in:
2021-07-12 23:32:12 +02:00
parent ff6025d04d
commit 20842a26af
3 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#include <common/stm32_nucleo/STM32TestTask.h>
#include <stm32h7xx_nucleo.h>
#include <OBSWConfig.h>
#include "STM32TestTask.h"
#include "stm32h7xx_nucleo.h"
#include "OBSWConfig.h"
STM32TestTask::STM32TestTask(object_id_t objectId, bool enablePrintout,
bool blinkyLed): TestTask(objectId, enablePrintout),