File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
#define MICROPY_ENABLE_REPL_HELPERS (0)
12
12
#define MICROPY_ENABLE_LEXER_UNIX (0)
13
13
#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)
14
18
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
15
19
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
16
20
#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
22
22
typedef void * machine_ptr_t ; // must be of pointer size
23
23
typedef const void * machine_const_ptr_t ; // must be of pointer size
24
24
typedef 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