diff options
| author | Paul Sokolovsky | 2014-05-10 17:26:47 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-05-10 17:26:47 +0300 |
| commit | deaeaac4691a0a89343354045360a2e7eb5bbab3 (patch) | |
| tree | 012b06300c7af72aa626babe7ade0e164223dcf6 /stmhal | |
| parent | 37b0f335452f5797fe2aede146d43adbcaabfe42 (diff) | |
modsys: Enable sys.exit() per port after all.
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 0a99128bf..43ef27f87 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -45,6 +45,7 @@ #define MICROPY_ENABLE_LFN (1) #define MICROPY_LFN_CODE_PAGE (437) /* 1=SFN/ANSI 437=LFN/U.S.(OEM) */ #define MICROPY_MOD_SYS_STDFILES (1) +#define MICROPY_SYS_EXIT (1) #define MICROPY_ENABLE_MOD_CMATH (1) // extra built in names to add to the global namespace |
