From c6500ea5b49cdbcb69357fa5a9a2b8e2f1d5a07d Mon Sep 17 00:00:00 2001 From: Sam Calisch <sam.calisch@cba.mit.edu> Date: Wed, 4 Oct 2017 16:11:22 -0400 Subject: [PATCH] Update RaspberryPi.md --- openocd/RaspberryPi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openocd/RaspberryPi.md b/openocd/RaspberryPi.md index 47ddd6f..88fffb6 100644 --- a/openocd/RaspberryPi.md +++ b/openocd/RaspberryPi.md @@ -36,7 +36,7 @@ sudo apt-get install autoconf automake libtool git ``` cd openocd/ ./bootstrap -./configure +./configure --enable-sysfsgpio --enable-bcm2835gpio make ``` -- GitLab