From 25d1daa7a5b3a2d17929a1aebe9ed71cc2771ee3 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 14 Nov 2016 23:38:37 +0100 Subject: [PATCH] px4fmu-v1: Raise INTERRUPTSTACK again This fixes #5855. --- nuttx-configs/px4fmu-v1/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig index fd3934c91d..af88860c11 100644 --- a/nuttx-configs/px4fmu-v1/nsh/defconfig +++ b/nuttx-configs/px4fmu-v1/nsh/defconfig @@ -328,7 +328,7 @@ CONFIG_DRAM_START=0x20000000 CONFIG_DRAM_SIZE=196608 CONFIG_ARCH_HAVE_INTERRUPTSTACK=y # The actual usage is 420 bytes -CONFIG_ARCH_INTERRUPTSTACK=600 +CONFIG_ARCH_INTERRUPTSTACK=750 # # Boot options