diff options
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 39070b712e..67bbba7e1f 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -836,6 +836,10 @@ typedef double mp_float_t; #define MICROPY_PY_USSL (0) #endif +#ifndef MICROPY_PY_WEBSOCKET +#define MICROPY_PY_WEBSOCKET (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */ |