use OSAL define instead of dedicated define
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...

This commit is contained in:
2022-03-01 17:57:48 +01:00
parent dae901a45e
commit 3b1f088596
3 changed files with 9 additions and 8 deletions

View File

@ -140,10 +140,9 @@ debugging. */
#endif
/*******************************************************************/
/** Hardcoded */
/** CMake Defines */
/*******************************************************************/
// Leave at one as the BSP is linux. Used by the ADIS1650X device handler
#define OBSW_ADIS1650X_LINUX_COM_IF 1
#cmakedefine EIVE_BUILD_GPSD_GPS_HANDLER
#include "OBSWVersion.h"