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 d3fdc23 commit edcf251Copy full SHA for edcf251
extmod/vfs_fat.c
@@ -38,6 +38,7 @@
38
39
// CIRCUITPY-CHANGE: extra includes
40
#include <string.h>
41
+#include "py/gc.h"
42
#include "py/obj.h"
43
#include "py/objproperty.h"
44
#include "py/runtime.h"
0 commit comments