From 73c98d87092910b04bb026e0da69ac4f390c62e3 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 11 Jun 2014 19:18:03 +0100 Subject: py: Fix static defn in qstr; include mpconfigport.h with "" (not <>). --- py/mpconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/mpconfig.h') diff --git a/py/mpconfig.h b/py/mpconfig.h index 93e98c25b..9d0ad694e 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -28,7 +28,7 @@ // You can override any of these options using mpconfigport.h file located // in a directory of your port. -#include +#include "mpconfigport.h" // Any options not explicitly set in mpconfigport.h will get default // values below. -- cgit v1.2.3