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 <sbh1187@gmail.com>
This commit is contained in:
parent
fed4e1857f
commit
6984162e92
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
CONFIG_USBC_STACK=y
|
||||
CONFIG_USBC_CSM_SINK_ONLY=y
|
||||
CONFIG_USBC_THREAD_PRIORITY=10
|
||||
CONFIG_ADC=y
|
||||
CONFIG_LOG=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue