From 442d6fb3850764f95b07ef19e23d919af4093929 Mon Sep 17 00:00:00 2001
From: cnlohr <lohr85@gmail.com>
Date: Fri, 30 Jun 2023 17:34:24 -0400
Subject: [PATCH] Rename touch to cap touch

---
 examples/{touch_exti => cap_touch_exti}/Makefile                | 2 +-
 .../touch_exti.c => cap_touch_exti/cap_touch_exti.c}            | 0
 examples/{touch_exti => cap_touch_exti}/funconfig.h             | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename examples/{touch_exti => cap_touch_exti}/Makefile (79%)
 rename examples/{touch_exti/touch_exti.c => cap_touch_exti/cap_touch_exti.c} (100%)
 rename examples/{touch_exti => cap_touch_exti}/funconfig.h (100%)

diff --git a/examples/touch_exti/Makefile b/examples/cap_touch_exti/Makefile
similarity index 79%
rename from examples/touch_exti/Makefile
rename to examples/cap_touch_exti/Makefile
index af6caa9..47dfcce 100644
--- a/examples/touch_exti/Makefile
+++ b/examples/cap_touch_exti/Makefile
@@ -1,6 +1,6 @@
 all : flash
 
-TARGET:=touch_exti
+TARGET:=cap_touch_exti
 
 include ../../ch32v003fun/ch32v003fun.mk
 
diff --git a/examples/touch_exti/touch_exti.c b/examples/cap_touch_exti/cap_touch_exti.c
similarity index 100%
rename from examples/touch_exti/touch_exti.c
rename to examples/cap_touch_exti/cap_touch_exti.c
diff --git a/examples/touch_exti/funconfig.h b/examples/cap_touch_exti/funconfig.h
similarity index 100%
rename from examples/touch_exti/funconfig.h
rename to examples/cap_touch_exti/funconfig.h
-- 
GitLab