From 4e4b4a33570d7c10d022a8ae2036dea507bfb9d5 Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Thu, 27 Feb 2020 18:45:53 +0100
Subject: [PATCH] Add mistake in deploy.py to test matchers

---
 deploy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.py b/deploy.py
index 1dc3fc8..5419cdb 100755
--- a/deploy.py
+++ b/deploy.py
@@ -32,7 +32,7 @@ from tockloader import tab, tbfh, tockloader
 # This structure allows us in the future to also support out-of-tree boards.
 SUPPORTED_BOARDS = {
     "nrf52840_dk": "third_party/tock/boards/nordic/nrf52840dk",
-    "nrf52840_dongle": "third_party/tock/boards/nordic/nrf52840_dongle"
+    "nrf52840_dongle":"third_party/tock/boards/nordic/nrf52840_dongle"
 }
 
 # The STACK_SIZE value below must match the one used in the linker script
-- 
GitLab