diff options
author | dvdli <70133153+dvdli@users.noreply.github.com> | 2022-01-05 09:40:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 09:40:14 +0800 |
commit | fa1136edcaf3e14b8030187fb7d206807f582dfa (patch) | |
tree | b78b7161eda12d20825b126a821f32c96fb8738e /WORKSPACE | |
parent | 8238437d5d5a944efa0dd08a242034f249196944 (diff) | |
parent | 25096d382c46416c1546a26a8bd80ed1c62bcd08 (diff) |
Merge pull request #222 from dvdli/tinyalsa-dev
Fix a type issue and a mixer control issue.
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "googletest", remote = "https://github.com/google/googletest", - branch = "master", + branch = "main", ) |