summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-04-15 09:21:04 -0500
committerJeff Epler <jepler@gmail.com>2020-04-17 18:43:57 -0500
commita32337718d48fa83e5ebd8c7168019b4196acd0e (patch)
tree23ae7043e7f47477b95c5640b6dda0cd86078bc6 /ports
parentd1ff23e0046a6462d4939b4b8c79f10182fabf9d (diff)
Rename _protomatter -> protomatter
I originally believed that there would be a wrapper library around it, like with _pixelbuf; but this proves not to be the case, as there's too little for the library to do.
Diffstat (limited to 'ports')
-rw-r--r--ports/atmel-samd/common-hal/protomatter/Protomatter.c (renamed from ports/atmel-samd/common-hal/_protomatter/Protomatter.c)2
-rw-r--r--ports/atmel-samd/common-hal/protomatter/Protomatter.h (renamed from ports/atmel-samd/common-hal/_protomatter/Protomatter.h)0
-rw-r--r--ports/atmel-samd/common-hal/protomatter/__init__.c (renamed from ports/atmel-samd/common-hal/_protomatter/__init__.c)0
-rw-r--r--ports/nrf/common-hal/protomatter/Protomatter.c (renamed from ports/nrf/common-hal/_protomatter/Protomatter.c)2
-rw-r--r--ports/nrf/common-hal/protomatter/Protomatter.h (renamed from ports/nrf/common-hal/_protomatter/Protomatter.h)0
-rw-r--r--ports/nrf/common-hal/protomatter/__init__.c (renamed from ports/nrf/common-hal/_protomatter/__init__.c)0
6 files changed, 2 insertions, 2 deletions
diff --git a/ports/atmel-samd/common-hal/_protomatter/Protomatter.c b/ports/atmel-samd/common-hal/protomatter/Protomatter.c
index bf9cafb6b..c9e2b0ce1 100644
--- a/ports/atmel-samd/common-hal/_protomatter/Protomatter.c
+++ b/ports/atmel-samd/common-hal/protomatter/Protomatter.c
@@ -26,7 +26,7 @@
#include <stddef.h>
-#include "common-hal/_protomatter/Protomatter.h"
+#include "common-hal/protomatter/Protomatter.h"
#include "samd/timers.h"
#include "timer_handler.h"
diff --git a/ports/atmel-samd/common-hal/_protomatter/Protomatter.h b/ports/atmel-samd/common-hal/protomatter/Protomatter.h
index 8185bed0e..8185bed0e 100644
--- a/ports/atmel-samd/common-hal/_protomatter/Protomatter.h
+++ b/ports/atmel-samd/common-hal/protomatter/Protomatter.h
diff --git a/ports/atmel-samd/common-hal/_protomatter/__init__.c b/ports/atmel-samd/common-hal/protomatter/__init__.c
index e69de29bb..e69de29bb 100644
--- a/ports/atmel-samd/common-hal/_protomatter/__init__.c
+++ b/ports/atmel-samd/common-hal/protomatter/__init__.c
diff --git a/ports/nrf/common-hal/_protomatter/Protomatter.c b/ports/nrf/common-hal/protomatter/Protomatter.c
index b6e55bbd4..45d75e912 100644
--- a/ports/nrf/common-hal/_protomatter/Protomatter.c
+++ b/ports/nrf/common-hal/protomatter/Protomatter.c
@@ -26,7 +26,7 @@
#include <stddef.h>
-#include "common-hal/_protomatter/Protomatter.h"
+#include "common-hal/protomatter/Protomatter.h"
#include "peripherals/nrf/timers.h"
diff --git a/ports/nrf/common-hal/_protomatter/Protomatter.h b/ports/nrf/common-hal/protomatter/Protomatter.h
index 8185bed0e..8185bed0e 100644
--- a/ports/nrf/common-hal/_protomatter/Protomatter.h
+++ b/ports/nrf/common-hal/protomatter/Protomatter.h
diff --git a/ports/nrf/common-hal/_protomatter/__init__.c b/ports/nrf/common-hal/protomatter/__init__.c
index e69de29bb..e69de29bb 100644
--- a/ports/nrf/common-hal/_protomatter/__init__.c
+++ b/ports/nrf/common-hal/protomatter/__init__.c