mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
py: Revert change of include, "" back to <> for mpconfigport.h.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user