From 869a8b70ce384be7c8ab7cfbde1de683ba2fc077 Mon Sep 17 00:00:00 2001
From: rhubarbdog <33667064+rhubarbdog@users.noreply.github.com>
Date: Sat, 23 Mar 2019 08:49:12 +0000
Subject: [PATCH] tools/pyboard.py: Add missing line from example usage
 comments.

---
 tools/pyboard.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/pyboard.py b/tools/pyboard.py
index 86a07a151..42b077de2 100755
--- a/tools/pyboard.py
+++ b/tools/pyboard.py
@@ -47,6 +47,7 @@ Or:
 Then:
 
     pyb.enter_raw_repl()
+    pyb.exec('import pyb')
     pyb.exec('pyb.LED(1).on()')
     pyb.exit_raw_repl()
 
-- 
GitLab