mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
Co-exist with C++ (issue #85)
This commit is contained in:
@@ -83,7 +83,7 @@ const mp_obj_type_t float_type = {
|
||||
.make_new = float_make_new,
|
||||
.unary_op = float_unary_op,
|
||||
.binary_op = float_binary_op,
|
||||
.methods = { { NULL, NULL }, },
|
||||
.methods = NULL,
|
||||
};
|
||||
|
||||
mp_obj_t mp_obj_new_float(mp_float_t value) {
|
||||
|
||||
Reference in New Issue
Block a user