summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-10-24 18:32:41 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-10-24 18:33:43 +0300
commit81a1e172383ca75a2e089cdf9c3b97b1e5c2463c (patch)
tree211170141963d326c6cdb1748c7d0081a75b1177
parent0dbd928ceefed09d65276211c70d0137b4734011 (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.h2
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