aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsylity <[email protected]>2023-09-19 22:30:47 +0300
committerpsylity <[email protected]>2023-09-19 22:30:47 +0300
commit8b283f3687c98092f330e42994347243258df3a6 (patch)
tree041992066f2e9329d2d11234a2fb138b4d505647
parent06d4c11e699b0351765f10398abb4f663a984f36 (diff)
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
)