diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-04-16 11:35:19 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-04-16 11:35:19 -0700 |
| commit | abd340a8e465fedd2b5d74989440532c767ccf9e (patch) | |
| tree | a0914946807a7eac3c759b8ed91410ac8477948c /shared-module/framebufferio/FramebufferDisplay.c | |
| parent | b3552efc760e1a4d789153f7435e1039b1031959 (diff) | |
Remove tick.h from merged file.
Diffstat (limited to 'shared-module/framebufferio/FramebufferDisplay.c')
| -rw-r--r-- | shared-module/framebufferio/FramebufferDisplay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-module/framebufferio/FramebufferDisplay.c b/shared-module/framebufferio/FramebufferDisplay.c index bd0764e8e..3e8797e13 100644 --- a/shared-module/framebufferio/FramebufferDisplay.c +++ b/shared-module/framebufferio/FramebufferDisplay.c @@ -39,8 +39,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 width, uint16_t height, uint16_t rotation, uint16_t color_depth, |
