diff --git a/examples/GPIO/wiring.h b/examples/GPIO/wiring.h
index 5b822036cc1fad1314fc0b249ee1ae6bb8c6293b..c54f9fbbd72b19357ddece62eb3981913614a7b2 100644
--- a/examples/GPIO/wiring.h
+++ b/examples/GPIO/wiring.h
@@ -1,7 +1,7 @@
 #ifndef WIRING_H
 #define WIRING_H
 
-#include "../../ch32v003fun/ch32v003fun.h"
+#include "ch32v003fun.h"
 
 
 
diff --git a/examples/GPIO_analogRead/wiring.h b/examples/GPIO_analogRead/wiring.h
index 5b822036cc1fad1314fc0b249ee1ae6bb8c6293b..c54f9fbbd72b19357ddece62eb3981913614a7b2 100644
--- a/examples/GPIO_analogRead/wiring.h
+++ b/examples/GPIO_analogRead/wiring.h
@@ -1,7 +1,7 @@
 #ifndef WIRING_H
 #define WIRING_H
 
-#include "../../ch32v003fun/ch32v003fun.h"
+#include "ch32v003fun.h"
 
 
 
diff --git a/examples/spi_24L01_rx/nrf24l01_low_level.c b/examples/spi_24L01_rx/nrf24l01_low_level.c
index 3d5c21b9e2aa09a314612d864a04c82127f18384..a69547b35744247efa3c956aba07bc7dc1b0ce26 100644
--- a/examples/spi_24L01_rx/nrf24l01_low_level.c
+++ b/examples/spi_24L01_rx/nrf24l01_low_level.c
@@ -1,6 +1,6 @@
 #define SYSTEM_CORE_CLOCK 48000000
 #define APB_CLOCK SYSTEM_CORE_CLOCK
-#include "../../ch32v003fun/ch32v003fun.h"
+#include "ch32v003fun.h"
 
 
 #define CH32V003_SPI_SPEED_HZ 1000000
diff --git a/examples/spi_24L01_rx/spi_24L01_rx.c b/examples/spi_24L01_rx/spi_24L01_rx.c
index 0b20192b71d7272843f9ab316fbfed82b1f9d9d7..f7c81499f04447821be5d236ab141d88fb89f757 100644
--- a/examples/spi_24L01_rx/spi_24L01_rx.c
+++ b/examples/spi_24L01_rx/spi_24L01_rx.c
@@ -6,7 +6,7 @@
 #define SYSTEM_CORE_CLOCK 48000000
 #define APB_CLOCK SYSTEM_CORE_CLOCK
 
-#include "../../ch32v003fun/ch32v003fun.h"
+#include "ch32v003fun.h"
 #include <stdio.h>
 #include "nrf24l01.h"
 
diff --git a/examples/spi_24L01_tx/nrf24l01_low_level.c b/examples/spi_24L01_tx/nrf24l01_low_level.c
index 3d5c21b9e2aa09a314612d864a04c82127f18384..a69547b35744247efa3c956aba07bc7dc1b0ce26 100644
--- a/examples/spi_24L01_tx/nrf24l01_low_level.c
+++ b/examples/spi_24L01_tx/nrf24l01_low_level.c
@@ -1,6 +1,6 @@
 #define SYSTEM_CORE_CLOCK 48000000
 #define APB_CLOCK SYSTEM_CORE_CLOCK
-#include "../../ch32v003fun/ch32v003fun.h"
+#include "ch32v003fun.h"
 
 
 #define CH32V003_SPI_SPEED_HZ 1000000
diff --git a/examples/spi_24L01_tx/spi_24L01_tx.c b/examples/spi_24L01_tx/spi_24L01_tx.c
index 46c5f519431ebfe6d690b4a313e15088dd8b8ecf..16a1c7ee4c73aa698446d48a20cdab072113a58d 100644
--- a/examples/spi_24L01_tx/spi_24L01_tx.c
+++ b/examples/spi_24L01_tx/spi_24L01_tx.c
@@ -6,7 +6,7 @@
 #define SYSTEM_CORE_CLOCK 48000000
 #define APB_CLOCK SYSTEM_CORE_CLOCK
 
-#include "../../ch32v003fun/ch32v003fun.h"
+#include "ch32v003fun.h"
 #include <stdio.h>
 #include "nrf24l01.h"
 
diff --git a/examples/standby_btn/standby_btn.c b/examples/standby_btn/standby_btn.c
index de1a84673442a77a0ee2a129117c5b7f911580c0..3a6cd7252127df5407fc5ac4ed54cfd9494de913 100644
--- a/examples/standby_btn/standby_btn.c
+++ b/examples/standby_btn/standby_btn.c
@@ -2,7 +2,7 @@
 // Could be defined here, or in the processor defines.
 #define SYSTEM_CORE_CLOCK 48000000
 
-#include "../../ch32v003fun/ch32v003fun.h"
+#include "ch32v003fun.h"
 #include <stdio.h>
 
 #define APB_CLOCK SYSTEM_CORE_CLOCK