forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: dac: dac_shell: consider buffered and internal options
The buffered and internal options were not assigned in the channel_cfg, so they would end up at a random state. The cfg struct is now properly zero-initialized and both options can be set using optional parameters -b and -i. Fixes zephyrproject-rtos#75884 Signed-off-by: Martin Jäger <martin@libre.solar>
1 parent
bdad3fd
commit 46922b5
Showing
1 changed file
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters