From 81a1e172383ca75a2e089cdf9c3b97b1e5c2463c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 24 Oct 2015 18:32:41 +0300 Subject: [PATCH] stmhal/ffconf.h: Include py/mpconfig.h. mpconfigport.h is a private, partial header not providing correct settings unless included by py/mpconfig.h. --- stmhal/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stmhal/ffconf.h b/stmhal/ffconf.h index bad4932f2d..a051923b71 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