We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba3aed commit 995824aCopy full SHA for 995824a
tests/drivers/smbus/smbus_emul/prj.conf
@@ -1,3 +1,5 @@
1
CONFIG_ZTEST=y
2
CONFIG_LOG=y
3
CONFIG_ENTROPY_GENERATOR=y
4
+CONFIG_SMBUS=y
5
+CONFIG_SMBUS_LOG_LEVEL_DBG=y
tests/drivers/smbus/smbus_emul/src/smbus.c
@@ -14,8 +14,6 @@
14
15
#include "emul.h"
16
17
-#define CONFIG_SMBUS_LOG_LEVEL LOG_LEVEL_DBG
18
-
19
#define PERIPH_ADDR 0x10
20
21
static uint8_t mock_sys_in8(io_port_t port)
0 commit comments