You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/08/14 05:41:08 UTC

[nuttx] 02/02: sim/segger: adjust the maximum number of channels for notes

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

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

commit 756f6f425a2d3a352936ec8119f37b8d4d5632d2
Author: yinshengkai <yi...@xiaomi.com>
AuthorDate: Mon Aug 14 11:06:31 2023 +0800

    sim/segger: adjust the maximum number of channels for notes
    
    Signed-off-by: yinshengkai <yi...@xiaomi.com>
---
 boards/sim/sim/sim/configs/segger/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/sim/sim/sim/configs/segger/defconfig b/boards/sim/sim/sim/configs/segger/defconfig
index e47070629a..7834435d6c 100644
--- a/boards/sim/sim/sim/configs/segger/defconfig
+++ b/boards/sim/sim/sim/configs/segger/defconfig
@@ -21,6 +21,7 @@ CONFIG_DEV_GPIO=y
 CONFIG_DEV_LOOP=y
 CONFIG_DEV_ZERO=y
 CONFIG_DRIVERS_NOTE=y
+CONFIG_DRIVERS_NOTE_MAX=5
 CONFIG_EXAMPLES_GPIO=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_FAT_LCNAMES=y