Skip to content

Commit 09d4fbc

Browse files
committed
Remove FIXME
this was verbatim-copied from micropython
1 parent 6189156 commit 09d4fbc

File tree

1 file changed

+0
-1
lines changed
  • ports/raspberrypi/common-hal/socketpool

1 file changed

+0
-1
lines changed

ports/raspberrypi/common-hal/socketpool/Socket.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ STATIC mp_uint_t lwip_raw_udp_send(socketpool_socket_obj_t *socket, const byte *
346346

347347
MICROPY_PY_LWIP_ENTER
348348

349-
// FIXME: maybe PBUF_ROM?
350349
struct pbuf *p = pbuf_alloc(PBUF_TRANSPORT, len, PBUF_RAM);
351350
if (p == NULL) {
352351
MICROPY_PY_LWIP_EXIT

0 commit comments

Comments
 (0)