diff options
author | Damien George <damien.p.george@gmail.com> | 2014-06-11 19:18:03 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-06-11 19:18:03 +0100 |
commit | 73c98d87092910b04bb026e0da69ac4f390c62e3 (patch) | |
tree | f65d604af4e25db33e41a5c9c94e140b36c49961 /py/mpconfig.h | |
parent | 0c0f4468407ea9397d1e7e5d1d2d18acf1d07548 (diff) |
py: Fix static defn in qstr; include mpconfigport.h with "" (not <>).
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <mpconfigport.h> +#include "mpconfigport.h" // Any options not explicitly set in mpconfigport.h will get default // values below. |