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:
Paul Sokolovsky 2015-10-24 18:32:41 +03:00
parent 0dbd928cee
commit 81a1e17238
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#ifndef _FFCONF
#define _FFCONF 32020 /* Revision ID */
#include "mpconfigport.h"
#include "py/mpconfig.h"
/*---------------------------------------------------------------------------/
/ Functions and Buffer Configurations