diff options
Diffstat (limited to 'supervisor')
| -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 |
