extmod/modlwip: Add dummy .makefile() method.

This commit is contained in:
Paul Sokolovsky
2016-01-01 07:31:16 +02:00
parent c7fb87caff
commit f1919b7c98
2 changed files with 8 additions and 0 deletions

View File

@@ -706,6 +706,7 @@ Q(sendto)
Q(recvfrom)
Q(settimeout)
Q(setsockopt)
Q(makefile)
#if MICROPY_PY_LWIP_SLIP
// for lwip.slip
Q(slip)