diff options
| author | bsiepert <nospam187+github@gmail.com> | 2017-11-07 23:00:44 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-11-07 23:00:44 -0800 |
| commit | b4fc464a4dd260bae9c2a49f996ffeb96268228d (patch) | |
| tree | 37ac60edb6c03e1f0fdd2058392e78e16bbc90f3 /supervisor/messages | |
| parent | 1c12e9aabaea7807752ea84f2ed1c24c27c557bf (diff) | |
support for doubled file extensions ala issue #383 (#415)
Fixes #383
Diffstat (limited to 'supervisor/messages')
| -rw-r--r-- | supervisor/messages/default.h | 4 |
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 |
