q7s compiling

This commit is contained in:
2021-06-21 16:46:49 +02:00
parent 95e625922e
commit 2b25b3a605
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"