diff options
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 93e98c25b6..9d0ad694e8 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. |