Skip to content
Snippets Groups Projects
Commit e4ac104b authored by Damien George's avatar Damien George
Browse files

stm32: Allow to build with threading with the GIL disabled.

parent 1e23a29c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
#include <stdio.h>
#include <stdint.h>
#include "py/obj.h"
#include "py/mpstate.h"
#include "py/gc.h"
#include "py/mpthread.h"
#include "lib/utils/gchelper.h"
......
......@@ -26,6 +26,7 @@
#include <stdio.h>
#include "py/mpstate.h"
#include "py/gc.h"
#include "py/mpthread.h"
#include "gccollect.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment