Commit 8d1a7026 authored by Phi Bang Nguyen's avatar Phi Bang Nguyen Committed by Mahesh Mahadevan
Browse files

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: default avatarPhi Bang Nguyen <phibang.nguyen@nxp.com>
parent 124aae38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ CONFIG_DEVICE_SHELL=y
CONFIG_PRINTK=y
CONFIG_LOG=y
CONFIG_DISPLAY=y
CONFIG_REQUIRES_FLOAT_PRINTF=y