8000 bare-arm/unix-cpy: Minor changes. · lurch/micropython@674f988 · GitHub
[go: up one dir, main page]

Skip to content

Commit 674f988

Browse files
committed
bare-arm/unix-cpy: Minor changes.
1 parent cb861a5 commit 674f988

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bare-arm/mpconfigport.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
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)

unix-cpy/mpconfigport.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ typedef unsigned int machine_uint_t; // must be pointer size
2222
typedef void *machine_ptr_t; // must be of pointer size
2323
typedef const void *machine_const_ptr_t; // must be of pointer size
2424
typedef double machine_float_t;
25-
26-
machine_float_t machine_sqrt(machine_float_t x);

0 commit comments

Comments
 (0)
0