You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2021/07/25 17:16:55 UTC

[incubator-nuttx] 04/04: Update arch/arm/src/stm32/Kconfig

This is an automated email from the ASF dual-hosted git repository.

gustavonihei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit c475a71d1c916aa83ae712634b153d12008cf7b5
Author: hartmannathan <59...@users.noreply.github.com>
AuthorDate: Sun Jul 25 11:11:29 2021 -0400

    Update arch/arm/src/stm32/Kconfig
    
    Co-authored-by: Gustavo Henrique Nihei <38...@users.noreply.github.com>
---
 arch/arm/src/stm32/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig
index fd30d45..d39e56c 100644
--- a/arch/arm/src/stm32/Kconfig
+++ b/arch/arm/src/stm32/Kconfig
@@ -8242,7 +8242,7 @@ config STM32_ADC_MAX_SAMPLES
 		The maximum number of samples which can be handled without
 		overrun depends on various factors. This is the user's
 		responsibility to correctly select this value.
-		Since the interfece to update the sampling time is available
+		Since the interface to update the sampling time is available
 		for all supported devices, the user can change the default
 		values in the board initialization logic and avoid ADC overrun.