diff options
Diffstat (limited to 'shared-module')
| -rw-r--r-- | shared-module/displayio/__init__.h | 2 | ||||
| -rw-r--r-- | shared-module/protomatter/Protomatter.c (renamed from shared-module/_protomatter/Protomatter.c) | 6 | ||||
| -rw-r--r-- | shared-module/protomatter/Protomatter.h (renamed from shared-module/_protomatter/Protomatter.h) | 0 | ||||
| -rw-r--r-- | shared-module/protomatter/__init__.c (renamed from shared-module/_protomatter/__init__.c) | 0 | ||||
| -rw-r--r-- | shared-module/protomatter/__init__.h (renamed from shared-module/_protomatter/__init__.h) | 0 | ||||
| -rw-r--r-- | shared-module/protomatter/allocator.h (renamed from shared-module/_protomatter/allocator.h) | 0 |
6 files changed, 4 insertions, 4 deletions
diff --git a/shared-module/displayio/__init__.h b/shared-module/displayio/__init__.h index 278a5e78f..f5045b19a 100644 --- a/shared-module/displayio/__init__.h +++ b/shared-module/displayio/__init__.h @@ -36,7 +36,7 @@ #include "shared-bindings/displayio/Group.h" #include "shared-bindings/displayio/I2CDisplay.h" #include "shared-bindings/displayio/ParallelBus.h" -#include "shared-bindings/_protomatter/Protomatter.h" +#include "shared-bindings/protomatter/Protomatter.h" typedef struct { union { diff --git a/shared-module/_protomatter/Protomatter.c b/shared-module/protomatter/Protomatter.c index 77ca63476..37721cb1c 100644 --- a/shared-module/_protomatter/Protomatter.c +++ b/shared-module/protomatter/Protomatter.c @@ -32,9 +32,9 @@ #include "py/objproperty.h" #include "py/runtime.h" -#include "common-hal/_protomatter/Protomatter.h" -#include "shared-module/_protomatter/allocator.h" -#include "shared-bindings/_protomatter/Protomatter.h" +#include "common-hal/protomatter/Protomatter.h" +#include "shared-module/protomatter/allocator.h" +#include "shared-bindings/protomatter/Protomatter.h" #include "shared-bindings/microcontroller/Pin.h" #include "shared-bindings/microcontroller/__init__.h" #include "shared-bindings/util.h" diff --git a/shared-module/_protomatter/Protomatter.h b/shared-module/protomatter/Protomatter.h index e69de29bb..e69de29bb 100644 --- a/shared-module/_protomatter/Protomatter.h +++ b/shared-module/protomatter/Protomatter.h diff --git a/shared-module/_protomatter/__init__.c b/shared-module/protomatter/__init__.c index e69de29bb..e69de29bb 100644 --- a/shared-module/_protomatter/__init__.c +++ b/shared-module/protomatter/__init__.c diff --git a/shared-module/_protomatter/__init__.h b/shared-module/protomatter/__init__.h index e69de29bb..e69de29bb 100644 --- a/shared-module/_protomatter/__init__.h +++ b/shared-module/protomatter/__init__.h diff --git a/shared-module/_protomatter/allocator.h b/shared-module/protomatter/allocator.h index b7f517ce5..b7f517ce5 100644 --- a/shared-module/_protomatter/allocator.h +++ b/shared-module/protomatter/allocator.h |
