optimize plc relative codes

This commit is contained in:
wlyu
2022-03-09 16:51:47 +08:00
parent f69edc63ba
commit b789588fa2
11 changed files with 149 additions and 207 deletions

View File

@@ -1,4 +1,4 @@
SRC_FILES := plc_dev.c plc_ch.c plc_drv.c channel.c
SRC_FILES := plc_device.c plc_channel.c plc_driver.c
include $(KERNEL_ROOT)/compiler.mk