diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-24 18:32:41 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-24 18:33:43 +0300 |
commit | 81a1e172383ca75a2e089cdf9c3b97b1e5c2463c (patch) | |
tree | 211170141963d326c6cdb1748c7d0081a75b1177 | |
parent | 0dbd928ceefed09d65276211c70d0137b4734011 (diff) |
stmhal/ffconf.h: Include py/mpconfig.h.
mpconfigport.h is a private, partial header not providing correct settings
unless included by py/mpconfig.h.
-rw-r--r-- | stmhal/ffconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/ffconf.h b/stmhal/ffconf.h index bad4932f2..a051923b7 100644 --- a/stmhal/ffconf.h +++ b/stmhal/ffconf.h @@ -33,7 +33,7 @@ #ifndef _FFCONF #define _FFCONF 32020 /* Revision ID */ -#include "mpconfigport.h" +#include "py/mpconfig.h" /*---------------------------------------------------------------------------/ / Functions and Buffer Configurations |