From 0d25cbecd93974dd3e7f0852b724d258b127145b Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 8 Feb 2018 10:47:17 -0800 Subject: [PATCH] device not devices in nrf --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 47a408c1b7..0068a6d905 100644 --- a/conf.py +++ b/conf.py @@ -105,7 +105,7 @@ exclude_patterns = ["**/build-*", "ports/cc3200/hal", "ports/esp8266", "ports/minimal", - "ports/nrf/devices", + "ports/nrf/device", "ports/nrf/drivers", "ports/nrf/hal", "ports/nrf/modules",