Skip to content

Commit 5227b52

Browse files
committed
tests: drivers: dac: dac_api: add support for nucleo_h753zi
Add the CONFIG_BOARD_NUCLEO_H753ZI symbol to enable running tests on the NUCLEO_H753ZI board. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 3391ff4 commit 5227b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/dac/dac_api/src/test_dac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
defined(CONFIG_BOARD_NUCLEO_G431RB) || \
2222
defined(CONFIG_BOARD_NUCLEO_G474RE) || \
2323
defined(CONFIG_BOARD_NUCLEO_H743ZI) || \
24+
defined(CONFIG_BOARD_NUCLEO_H753ZI) || \
2425
defined(CONFIG_BOARD_NUCLEO_L073RZ) || \
2526
defined(CONFIG_BOARD_NUCLEO_L152RE) || \
2627
defined(CONFIG_BOARD_DISCO_L475_IOT1) || \

0 commit comments

Comments
 (0)