From 191590e73957b470ec5323d712f4055e1e442cdb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 16 Apr 2014 08:29:39 -0600 Subject: Undefine IRQPRIO in all configurations it should not be set --- nuttx/configs/zkit-arm-1769/nxhello/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/zkit-arm-1769/nxhello') diff --git a/nuttx/configs/zkit-arm-1769/nxhello/defconfig b/nuttx/configs/zkit-arm-1769/nxhello/defconfig index 3cd8dba35..8a08a73fb 100644 --- a/nuttx/configs/zkit-arm-1769/nxhello/defconfig +++ b/nuttx/configs/zkit-arm-1769/nxhello/defconfig @@ -205,7 +205,7 @@ CONFIG_NET_PRIORITY=0 # CONFIG_ARCH_NOINTC is not set # CONFIG_ARCH_VECNOTIRQ is not set # CONFIG_ARCH_DMA is not set -CONFIG_ARCH_IRQPRIO=y +# CONFIG_ARCH_IRQPRIO is not set # CONFIG_CUSTOM_STACK is not set # CONFIG_ADDRENV is not set CONFIG_ARCH_HAVE_VFORK=y -- cgit v1.2.3