File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111#define MICROPY_ENABLE_REPL_HELPERS (0)
1212#define MICROPY_ENABLE_LEXER_UNIX (0)
1313#define MICROPY_ENABLE_SOURCE_LINE (0)
14+ #define MICROPY_ENABLE_MOD_IO (0)
15+ #define MICROPY_ENABLE_MOD_STRUCT (0)
16+ #define MICROPY_ENABLE_MOD_SYS (0)
17+ #define MICROPY_CPYTHON_COMPAT (0)
1418#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
1519#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
1620#define MICROPY_PATH_MAX (512)
Original file line number Diff line number Diff line change @@ -22,5 +22,3 @@ typedef unsigned int machine_uint_t; // must be pointer size
2222typedef void * machine_ptr_t ; // must be of pointer size
2323typedef const void * machine_const_ptr_t ; // must be of pointer size
2424typedef double machine_float_t ;
25-
26- machine_float_t machine_sqrt (machine_float_t x );
You can’t perform that action at this time.
0 commit comments