Remove include <log.h> from defines.h

The reason for this is that log.h includes drv_hrt.h which sucks in
half the project's include files with it, which causes strange build
issues
This commit is contained in:
Ville Juven
2022-09-23 13:58:44 +03:00
committed by Beat Küng
parent 1f7080a710
commit 59e86c490d
50 changed files with 66 additions and 2 deletions
+2
View File
@@ -31,6 +31,8 @@
*
****************************************************************************/
#include <string.h>
/**
* @file parameters_common.cpp
*