q7s compiling

This commit is contained in:
2021-06-21 16:46:49 +02:00
committed by Robin Mueller
parent c1d8edbfed
commit d591c2f1c4
4 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,9 @@
#include "UartTestClass.h"
#if defined(RASPBERRY_PI)
#include "rpiConfig.h"
#elif defined(XIPHOS_Q7S)
#include "q7sConfig.h"
#endif
#include "fsfw/serviceinterface/ServiceInterface.h"