Skip to content
Commit 8722c032 authored by Miguel Gazquez's avatar Miguel Gazquez Committed by Henrik Brix Andersen
Browse files

drivers: udc: udc_skeleton: fix call to K_THREAD_STACK_DEFINE



The udc_skeleton driver incorrectly calls `K_THREAD_STACK_DEFINE` with
`CONFIG_UDC_SKELETON` instead of `CONFIG_UDC_SKELETON_STACK_SIZE`. This
causes stack overflows when developing a driver based on this code.

Fix the call to `K_THREAD_STACK_DEFINE`.

Signed-off-by: default avatarMiguel Gazquez <miguel.gazquez@bootlin.com>
parent 9e53af0c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment