Skip to content
Snippets Groups Projects
Commit 8546ce1e authored by Damien George's avatar Damien George
Browse files

py: Add missing #endif.

parent 41736f82
No related branches found
No related tags found
No related merge requests found
......@@ -252,6 +252,7 @@ typedef double mp_float_t;
// Whether str object is proper unicode
#ifndef MICROPY_PY_BUILTINS_STR_UNICODE
#define MICROPY_PY_BUILTINS_STR_UNICODE (0)
#endif
// Whether to support bytearray object
#ifndef MICROPY_PY_BUILTINS_BYTEARRAY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment