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

pull/4592/head
Damien George 2019-03-08 22:29:54 +11:00
rodzic 1e23a29c8a
commit e4ac104b7f
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

@ -26,6 +26,7 @@
#include <stdio.h>
#include "py/mpstate.h"
#include "py/gc.h"
#include "py/mpthread.h"
#include "gccollect.h"