stmhal/ffconf.h: Include py/mpconfig.h.
mpconfigport.h is a private, partial header not providing correct settings unless included by py/mpconfig.h.
This commit is contained in:
parent
0dbd928cee
commit
81a1e17238
|
@ -33,7 +33,7 @@
|
|||
#ifndef _FFCONF
|
||||
#define _FFCONF 32020 /* Revision ID */
|
||||
|
||||
#include "mpconfigport.h"
|
||||
#include "py/mpconfig.h"
|
||||
|
||||
/*---------------------------------------------------------------------------/
|
||||
/ Functions and Buffer Configurations
|
||||
|
|
Loading…
Reference in New Issue