Remove tick.h from merged file.

This commit is contained in:
Scott Shawcroft 2020-04-16 11:35:19 -07:00
parent b3552efc76
commit abd340a8e4
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E

View File

@ -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,