Add small c program to test settings arbitrary baud rates.

This commit is contained in:
Wouter R
2013-07-24 16:38:21 +02:00
parent 243655b634
commit 9fd13dda65
4 changed files with 122 additions and 2 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
GPX_PATH := util/GPX.git
SETPORTSPEED_PATH := util/setportspeed
.PHONY: $(GPX_PATH)
.PHONY: $(GPX_PATH) $(SETPORTSPEED_PATH)
all:
$(MAKE) -C $(GPX_PATH)
$(MAKE) -C $(SETPORTSPEED_PATH)
clean:
$(MAKE) -C $(GPX_PATH) clean
$(MAKE) -C $(SETPORTSPEED_PATH) clean