Skip to content

Commit 3a70ea0

Browse files
committed
Revert "keepkey: bump nanopb to 0.4.9.1"
This reverts commit e64d38b.
1 parent bb6ee48 commit 3a70ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ if [[ -n ${build_keepkey} ]]; then
235235
# Build the simulator. This is cached, but it is also fast
236236
if [ "$keepkey_setup_needed" == true ] ; then
237237
git clean -ffdx
238-
git clone https://github.com/nanopb/nanopb.git -b nanopb-0.4.9.1
238+
git clone https://github.com/nanopb/nanopb.git -b nanopb-0.3.9.4
239239
fi
240240
cd nanopb/generator/proto
241241
make

0 commit comments

Comments
 (0)