use more generic preproc define
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-02-28 23:53:58 +01:00
parent 8ecf7dda9e
commit 02d092fb23
3 changed files with 7 additions and 8 deletions

View File

@ -7,7 +7,7 @@
#include "fsfw/devicehandlers/DeviceHandlerBase.h"
#include "fsfw/globalfunctions/PeriodicOperationDivider.h"
#if OBSW_ADIS1650X_LINUX_COM_IF == 1
#ifdef FSFW_OSAL_LINUX
class SpiComIF;
class SpiCookie;
#endif
@ -65,7 +65,7 @@ class GyroADIS1650XHandler : public DeviceHandlerBase {
BurstModes getBurstMode();
#if OBSW_ADIS1650X_LINUX_COM_IF == 1
#ifdef FSFW_OSAL_LINUX
static ReturnValue_t spiSendCallback(SpiComIF *comIf, SpiCookie *cookie, const uint8_t *sendData,
size_t sendLen, void *args);
#endif