From 0530334c7a78ee9bb89adc6ef375a56b5ef0f63c Mon Sep 17 00:00:00 2001 From: black-pigeon <1530604142@qq.com> Date: Fri, 13 Aug 2021 17:57:55 +0800 Subject: [PATCH] get_fpga.h is switch to branch antsdr instead of master --- user_space/get_fpga.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_space/get_fpga.sh b/user_space/get_fpga.sh index 0e38991..2b4d7f8 100755 --- a/user_space/get_fpga.sh +++ b/user_space/get_fpga.sh @@ -26,7 +26,7 @@ cd $OPENWIFI_DIR/ git submodule init openwifi-hw git submodule update openwifi-hw cd openwifi-hw -git checkout master +git checkout antsdr git pull cd $home_dir