tests: unit: cbprintf: Disable logging
Force logging disable in the test. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
0eec3ed633
commit
b7b748b06d
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@
|
||||||
#define PACKAGE_FLAGS 0
|
#define PACKAGE_FLAGS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_LOG
|
||||||
|
#undef CONFIG_LOG
|
||||||
|
#define CONFIG_LOG 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <zephyr/sys/cbprintf.h>
|
#include <zephyr/sys/cbprintf.h>
|
||||||
#include "../../../lib/os/cbprintf.c"
|
#include "../../../lib/os/cbprintf.c"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue