mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
Conflicts: py/objcomplex.c
This commit is contained in:
@@ -68,7 +68,6 @@ 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 }, },
|
||||
};
|
||||
|
||||
mp_obj_t mp_obj_new_float(mp_float_t value) {
|
||||
|
||||
Reference in New Issue
Block a user