L should be capitalized in 6LoWPAN

This commit is contained in:
Gregory Nutt
2017-06-18 16:02:11 -06:00
parent 2fdfa7457b
commit 2bb14d854d
3 changed files with 10 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ ifeq ($(CONFIG_NETDEV_WIRELESS_IOCTL),y)
CSRCS += netlib_getessid.c netlib_setessid.c
endif
# MAC address support(Ethernet and 6loWPAN only)
# MAC address support(Ethernet and 6LoWPAN only)
ifeq ($(CONFIG_NET_ETHERNET),y)
CSRCS += netlib_setmacaddr.c netlib_getmacaddr.c