py: Revert change of include, "" back to <> for mpconfigport.h.

nlr-macros v1.1
Damien George 2014-06-12 19:50:17 +01:00
parent fbdf2f1d63
commit 8340c48389
1 changed files with 1 additions and 1 deletions

View File

@ -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.