We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af666b6 commit f8b6518Copy full SHA for f8b6518
ext_mod/lcd_bus/rotate.c
@@ -2,6 +2,7 @@
2
3
// stdlib includes
4
#include <string.h>
5
+#include <stdint.h>
6
7
static void rotate0(uint8_t *src, uint8_t *dst, rotation_data_t *data);
8
static void rotate_8bpp(uint8_t *src, uint8_t *dst, rotation_data_t *data);
ext_mod/lcd_bus/rotate.h
@@ -1,3 +1,5 @@
1
+
#ifndef __ROTATE_H__
#define __ROTATE_H__
0 commit comments