unix: Rename modsocket.c to modusocket.c.
Unix naming is historical, before current conventions were established. All other ports however have it as "modusocket.c", so rename for consistency and to avoid confusion.
This commit is contained in:
parent
9956fd0710
commit
cfff12612f
|
@ -97,7 +97,7 @@ SRC_MOD += modtermios.c
|
|||
endif
|
||||
ifeq ($(MICROPY_PY_SOCKET),1)
|
||||
CFLAGS_MOD += -DMICROPY_PY_SOCKET=1
|
||||
SRC_MOD += modsocket.c
|
||||
SRC_MOD += modusocket.c
|
||||
endif
|
||||
ifeq ($(MICROPY_PY_THREAD),1)
|
||||
CFLAGS_MOD += -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0
|
||||
|
|
Loading…
Reference in New Issue