From 0baf524def48cb3a1989f673ab42e85c638cf2ab Mon Sep 17 00:00:00 2001 From: "Alan C. Assis" Date: Thu, 24 Feb 2022 10:15:25 -0300 Subject: [PATCH] apps: Modify oneshot example to let users see it working --- examples/oneshot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/oneshot/Kconfig b/examples/oneshot/Kconfig index e244d289d..88f2713d4 100644 --- a/examples/oneshot/Kconfig +++ b/examples/oneshot/Kconfig @@ -21,7 +21,7 @@ config EXAMPLES_ONESHOT_DEVNAME config EXAMPLES_ONESHOT_DELAY int "Sample delay (microseconds)" - default 100000 + default 2000000 ---help--- This is the default delay samples in microseconds if one is not specified on the command line