From 2ba83277bdae9d7b1ab88988482c43f4c29f97f4 Mon Sep 17 00:00:00 2001
From: Sam Calisch <sam.calisch@cba.mit.edu>
Date: Mon, 31 Jul 2017 08:26:27 -0400
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index bd490b2..388b97c 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,7 @@ Support for the NRF52 is not in the stable release of OpenOCD as of V 0.10, but
 
 The `openocd.cfg` will also be different for the NRF52 than the linked tutorial.  Here is mine for flashing a binary of the Adafruit bootloader:
 ```
+source [find interface/raspberrypi-native.cfg]
 transport select swd
 source [find target/nrf52.cfg]
 bcm2835gpio_swd_nums 25 24
-- 
GitLab