summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/kernel/up_userspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/open1788/kernel/up_userspace.c')
-rw-r--r--nuttx/configs/open1788/kernel/up_userspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/kernel/up_userspace.c b/nuttx/configs/open1788/kernel/up_userspace.c
index 2263bc3f5..b6a9e3df6 100644
--- a/nuttx/configs/open1788/kernel/up_userspace.c
+++ b/nuttx/configs/open1788/kernel/up_userspace.c
@@ -57,7 +57,7 @@
#endif
#if CONFIG_NUTTX_USERSPACE != 0x00010000
-# error "CONFIG_NUTTX_USERSPACE must be 0x00010000 to match user-space.ld"
+# error "CONFIG_NUTTX_USERSPACE must be 0x00010000 to match memory.ld"
#endif
/****************************************************************************