Skip to content

Commit 7a3737b

Browse files
ngphibangdanieldegrasse
authored andcommitted
samples: video: capture: Enable deferred logging
Immediate log mode may use a lot of stack and hence may cause some stack overflow on some boards. Enable deferred log mode to have the least impact on the application. Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent 1c9f890 commit 7a3737b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/drivers/video/capture/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ CONFIG_PRINTK=y
55
CONFIG_LOG=y
66
CONFIG_DISPLAY=y
77
CONFIG_REQUIRES_FLOAT_PRINTF=y
8+
CONFIG_LOG_MODE_DEFERRED=y

0 commit comments

Comments
 (0)