stm32/mpthreadport: Include runtime.h to get defn of mp_raise_msg.

pull/5293/head
Damien George 2019-11-05 13:20:25 +11:00
rodzic c13f9f209d
commit cddb2dd0c3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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