summaryrefslogtreecommitdiff
path: root/apps/include/zmodem.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/include/zmodem.h')
-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