refactor connection directory to follow code standards

This commit is contained in:
Liu_Weichao
2021-10-15 11:05:36 +08:00
parent 8f6cac9797
commit 06c9c6ecc4
34 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ ifeq ($(CONFIG_CONNECTION_ADAPTER_LORA),y)
endif
ifeq ($(CONFIG_CONNECTION_ADAPTER_4G),y)
SRC_DIR += 4G
SRC_DIR += 4g
endif
ifeq ($(CONFIG_CONNECTION_ADAPTER_NB),y)
@@ -29,7 +29,7 @@ ifeq ($(CONFIG_CONNECTION_ADAPTER_ZIGBEE),y)
endif
ifeq ($(CONFIG_CONNECTION_ADAPTER_5G),y)
SRC_DIR += 5G
SRC_DIR += 5g
endif
include $(KERNEL_ROOT)/compiler.mk