summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-27 16:09:49 +0700
committerhathach <[email protected]>2019-03-27 16:09:49 +0700
commit1e9848d917550b0af2115bc629d5e7e4743f23c7 (patch)
tree4642aacd58b24f96a5c8ac86364297f1f388112e /tools
parent472237665479961a714b6775e7fc9289e5e6c9ee (diff)
replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall
- remove dcd_edpt_stalled() from dcd porting
Diffstat (limited to 'tools')
-rw-r--r--tools/top.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/top.mk b/tools/top.mk
index 991f9b16a..be51b3f4f 100644
--- a/tools/top.mk
+++ b/tools/top.mk
@@ -11,7 +11,7 @@ TOP := $(patsubst %/tools/top.mk,%,$(THIS_MAKEFILE))
TOP := $(shell realpath $(TOP))
-$(info Top directory is $(TOP))
+#$(info Top directory is $(TOP))
CURRENT_PATH := $(shell realpath --relative-to=$(TOP) `pwd`)
-$(info Path from top is $(CURRENT_PATH))
+#$(info Path from top is $(CURRENT_PATH))