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

pull/1/head
Damien George 2019-11-05 13:20:25 +11:00
parent c13f9f209d
commit cddb2dd0c3
1 changed files with 1 additions and 1 deletions

View File

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