summaryrefslogtreecommitdiff
path: root/supervisor/messages/default.h
diff options
context:
space:
mode:
authorbsiepert <nospam187+github@gmail.com>2017-11-07 23:00:44 -0800
committerScott Shawcroft <scott@tannewt.org>2017-11-07 23:00:44 -0800
commitb4fc464a4dd260bae9c2a49f996ffeb96268228d (patch)
tree37ac60edb6c03e1f0fdd2058392e78e16bbc90f3 /supervisor/messages/default.h
parent1c12e9aabaea7807752ea84f2ed1c24c27c557bf (diff)
support for doubled file extensions ala issue #383 (#415)
Fixes #383
Diffstat (limited to 'supervisor/messages/default.h')
-rw-r--r--supervisor/messages/default.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/supervisor/messages/default.h b/supervisor/messages/default.h
index b69d49537..8cdd671b3 100644
--- a/supervisor/messages/default.h
+++ b/supervisor/messages/default.h
@@ -92,4 +92,8 @@
#define MSG_SOFT_REBOOT "soft reboot"
#endif
+#ifndef MSG_DOUBLE_FILE_EXTENSION
+#define MSG_DOUBLE_FILE_EXTENSION "WARNING: Your code filename has two extensions\r\n"
+#endif
+
#endif // MICROPY_SUPERVISOR_MESSAGES_DEFAULT_H