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 5107c4e commit f33273bCopy full SHA for f33273b
ext_mod/lcd_bus/include/common/lcd_framebuf.h
@@ -21,4 +21,4 @@
21
22
extern const mp_obj_type_t mp_lcd_framebuf_type;
23
24
-#endif __LCD_FRAMEBUF_H__
+#endif /* __LCD_FRAMEBUF_H__ */
ext_mod/lcd_bus/include/common/sw_rotate.h
@@ -1,9 +1,7 @@
1
-#ifdef ESP_IDF_VERSION
2
- #include "esp32/bus_task.h"
3
-#elif defined(MP_PORT_UNIX)
4
- #include "posix/bus_task.h"
5
-#else
6
- #include "other_mcus/bus_task.h"
+
+#include "sw_rotate_task_common.h"
+#include "sw_rotate_task.h"
7
8
#ifndef __SW_ROTATE_H__
9
#define __SW_ROTATE_H__
0 commit comments