fix:修改RS485通讯引脚
RS485通讯引脚改为串口2,引脚:RX:PB05 TX:PB04 RS485_DR:PB03
This commit is contained in:
14
Source/cdkws.mk
Normal file
14
Source/cdkws.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
.PHONY: clean All Project_Title Project_Build
|
||||
|
||||
All: Project_Title Project_Build
|
||||
|
||||
Project_Title:
|
||||
@echo "----------Building project:[ MD203F8P - BuildSet ]----------"
|
||||
|
||||
Project_Build:
|
||||
@make -r -f MD203F8P.mk -j 8 -C ./
|
||||
|
||||
|
||||
clean:
|
||||
@echo "----------Cleaning project:[ MD203F8P - BuildSet ]----------"
|
||||
|
||||
Reference in New Issue
Block a user