Skip to content

Commit 8d1a702

Browse files
ngphibangmmahadevan108
authored andcommitted
samples: video: capture: Fix floating point logging issue
The default frame rate is printed as a floating point number. Without enabling CONFIG_REQUIRES_FLOAT_PRINTF, it is not printed at all. Fix it. Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
1 parent 124aae3 commit 8d1a702

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_DEVICE_SHELL=y
55
CONFIG_PRINTK=y
66
CONFIG_LOG=y
77
CONFIG_DISPLAY=y
8+
CONFIG_REQUIRES_FLOAT_PRINTF=y

0 commit comments

Comments
 (0)