summaryrefslogtreecommitdiff
path: root/shared-module/sharpdisplay/SharpMemoryFramebuffer.h
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-11-30 16:00:55 -0800
committerGitHub <noreply@github.com>2020-11-30 16:00:55 -0800
commita975ef497162297fa80658170481f6d3fcfc25bc (patch)
tree6d07bde669a9245c784cc9826ecc80ebd29c41af /shared-module/sharpdisplay/SharpMemoryFramebuffer.h
parent299b6efd846e47cc705d2962cefffb5b0af7324c (diff)
parentd6f8a43f6cc755b90376a66b75818744fbe63320 (diff)
Merge pull request #3695 from cwalther/movable
Add movable supervisor allocations
Diffstat (limited to 'shared-module/sharpdisplay/SharpMemoryFramebuffer.h')
-rw-r--r--shared-module/sharpdisplay/SharpMemoryFramebuffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/sharpdisplay/SharpMemoryFramebuffer.h b/shared-module/sharpdisplay/SharpMemoryFramebuffer.h
index 8acacc94e..08966a89c 100644
--- a/shared-module/sharpdisplay/SharpMemoryFramebuffer.h
+++ b/shared-module/sharpdisplay/SharpMemoryFramebuffer.h
@@ -33,7 +33,6 @@
typedef struct {
mp_obj_base_t base;
- mp_obj_t framebuffer;
busio_spi_obj_t* bus;
busio_spi_obj_t inline_bus;
digitalio_digitalinout_obj_t chip_select;