summaryrefslogtreecommitdiff
path: root/shared-module/framebufferio
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2020-05-04 16:08:45 -0400
committerGitHub <noreply@github.com>2020-05-04 16:08:45 -0400
commitc377d4bea79710bdf3880dfdbd2970f1ee7fc373 (patch)
tree8be39354a8e1706138357abb2cc6daf7d7d4e290 /shared-module/framebufferio
parentcc290c50c677e16ccdddae74ab0861c9101727fc (diff)
parent4d7e341e44ac40d18e947643ab925cbd7812cd36 (diff)
Merge branch 'master' into non-standard-nvm
Diffstat (limited to 'shared-module/framebufferio')
-rw-r--r--shared-module/framebufferio/FramebufferDisplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-module/framebufferio/FramebufferDisplay.c b/shared-module/framebufferio/FramebufferDisplay.c
index 13fbb2629..2a88b5307 100644
--- a/shared-module/framebufferio/FramebufferDisplay.c
+++ b/shared-module/framebufferio/FramebufferDisplay.c
@@ -40,8 +40,6 @@
#include <stdint.h>
#include <string.h>
-#include "tick.h"
-
void common_hal_framebufferio_framebufferdisplay_construct(framebufferio_framebufferdisplay_obj_t* self,
mp_obj_t framebuffer,
uint16_t rotation,