aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-09-20 05:53:13 +0930
committerGitHub <[email protected]>2023-09-20 05:53:13 +0930
commit27ba7f4f0a8db2054e3100cb9d65a2959bd9ab29 (patch)
tree041992066f2e9329d2d11234a2fb138b4d505647
parent06d4c11e699b0351765f10398abb4f663a984f36 (diff)
parent8b283f3687c98092f330e42994347243258df3a6 (diff)
Merge pull request #10 from psylity/README-microcontrollers-build-fix
microcontrollers build CMakeLists.txt example fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf22f8c..54cd059 100644
--- a/README.md
+++ b/README.md
@@ -237,7 +237,7 @@ add_definitions(-DFREEDV_MODE_EN_DEFAULT=0 -DFREEDV_MODE_1600_EN=1 -DFREEDV_MODE
FetchContent_Declare(codec2
GIT_REPOSITORY https://github.com/drowe67/codec2.git
- GIT_TAG origin/master
+ GIT_TAG origin/main
GIT_SHALLOW ON
GIT_PROGRESS ON
)