Skip to content

Commit

Permalink
enable uart on zero3w
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 21, 2024
1 parent 4fbf1f7 commit 2044410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/patches/openhd_utils.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ diff --git a/lib/utils.sh b/lib/utils.sh
index bdb1bcd..2b5dd86 100644
--- a/lib/utils.sh
+++ b/lib/utils.sh
@@ -199,6 +199,32 @@ prepare_source() {
@@ -199,6 +199,33 @@ prepare_source() {
git reset --hard FETCH_HEAD
git clean -ffd
git switch --detach $origin/$BSP_BRANCH
Expand Down Expand Up @@ -37,6 +37,7 @@ index bdb1bcd..2b5dd86 100644
+ patch -p1 -i scripts/patches/openhd_usb.patch
+ patch -p1 -i scripts/patches/openhd_keyboard.patch
+ patch -p1 -i scripts/patches/openhd_cm3.patch
+ patch -p1 -i scripts/patches/openhd_uart.patch
+ echo "________OpenHD END_________"
fi

Expand Down

0 comments on commit 2044410

Please sign in to comment.