We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f800ca commit 9dedcf1Copy full SHA for 9dedcf1
ports/esp8266/gccollect.h
@@ -26,6 +26,8 @@
26
#ifndef MICROPY_INCLUDED_ESP8266_GCCOLLECT_H
27
#define MICROPY_INCLUDED_ESP8266_GCCOLLECT_H
28
29
+#include <stdint.h>
30
+
31
extern uint32_t _text_start;
32
extern uint32_t _text_end;
33
extern uint32_t _irom0_text_start;
py/gc.h
@@ -27,7 +27,7 @@
#define MICROPY_INCLUDED_PY_GC_H
#include <stdbool.h>
-#include <stdint.h>
+#include <stddef.h>
void gc_init(void *start, void *end);
0 commit comments