Skip to content

Commit 6984162

Browse files
sambhurstcarlescufi
authored andcommitted
samples: subsys: usb_c: sink: Add USBC_CSM_SINK_ONLY Config to prj.conf
Add CONFIG_USBC_CSM_SINK_ONLY=y to Sink's sample prj.conf. This selects the Sink only Connection state machine for the Sink sample and it explicitly show the user of the Sink sample how the connection state machines are selected. Signed-off-by: Sam Hurst <[email protected]>
1 parent fed4e18 commit 6984162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/subsys/usb_c/sink/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CONFIG_USBC_STACK=y
2+
CONFIG_USBC_CSM_SINK_ONLY=y
23
CONFIG_USBC_THREAD_PRIORITY=10
34
CONFIG_ADC=y
45
CONFIG_LOG=y

0 commit comments

Comments
 (0)