Skip to content

Commit

Permalink
tests: drivers: smbus: enable SMBus
Browse files Browse the repository at this point in the history
Enable SMBus for the smbus_emul test.

Signed-off-by: Benedikt Schmidt <[email protected]>
  • Loading branch information
benediktibk committed Dec 11, 2023
1 parent b0a1ca5 commit a9d4a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/drivers/smbus/smbus_emul/prj.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CONFIG_ZTEST=y
CONFIG_LOG=y
CONFIG_ENTROPY_GENERATOR=y
CONFIG_SMBUS=y
CONFIG_SMBUS_LOG_LEVEL_DBG=y
2 changes: 0 additions & 2 deletions tests/drivers/smbus/smbus_emul/src/smbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

#include "emul.h"

#define CONFIG_SMBUS_LOG_LEVEL LOG_LEVEL_DBG

#define PERIPH_ADDR 0x10

static uint8_t mock_sys_in8(io_port_t port)
Expand Down

0 comments on commit a9d4a9c

Please sign in to comment.