summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-15 17:50:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-15 17:50:17 -0600
commitd2854348e0d93fcc3aaea15c781de91cfc9555d1 (patch)
tree8c0334494a08f5734e4cc9271999317193f2dac6 /apps/include
parent8955658e51100d65542a04648069b31e8f491367 (diff)
downloadnuttx-d2854348e0d93fcc3aaea15c781de91cfc9555d1.tar.gz
nuttx-d2854348e0d93fcc3aaea15c781de91cfc9555d1.tar.bz2
nuttx-d2854348e0d93fcc3aaea15c781de91cfc9555d1.zip
Zmodem utilities can now be built for Linux; Fix some configuration confusion
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/zmodem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/include/zmodem.h b/apps/include/zmodem.h
index d249875ad..98eedcb2a 100644
--- a/apps/include/zmodem.h
+++ b/apps/include/zmodem.h
@@ -112,8 +112,8 @@
* in the code now!
*/
-#ifndef CONFIG_SYSTEM_ZMODEM_MOUNTPOINT
-# warning CONFIG_SYSTEM_ZMODEM_RCVSAMPLE not yet support
+#ifdef CONFIG_SYSTEM_ZMODEM_RCVSAMPLE
+# warning CONFIG_SYSTEM_ZMODEM_RCVSAMPLE not yet supported
# undef CONFIG_SYSTEM_ZMODEM_RCVSAMPLE
#endif
@@ -124,8 +124,8 @@
* in the code now!
*/
-#ifndef CONFIG_SYSTEM_ZMODEM_SENDATTN
-# warning CONFIG_SYSTEM_ZMODEM_SENDATTN not yet support
+#ifdef CONFIG_SYSTEM_ZMODEM_SENDATTN
+# warning CONFIG_SYSTEM_ZMODEM_SENDATTN not yet supported
# undef CONFIG_SYSTEM_ZMODEM_SENDATTN
#endif