Explorar o código

update modusocket.c

SummerGift %!s(int64=8) %!d(string=hai) anos
pai
achega
cb2a900e4e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      port/modusocket.c

+ 1 - 0
port/modusocket.c

@@ -229,6 +229,7 @@ STATIC mp_obj_t socket_write(mp_obj_t self_in, mp_obj_t buf_in) {
 STATIC MP_DEFINE_CONST_FUN_OBJ_2(socket_write_obj, socket_write);
 
 STATIC mp_uint_t socket_read(mp_obj_t o_in, void *buf, mp_uint_t size, int *errcode) {
+	MP_RTT_NOT_IMPL_PRINT
     return mp_const_none;
 }