diff options
author | Damien George <damien.p.george@gmail.com> | 2019-10-29 22:53:34 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-10-29 22:53:34 +1100 |
commit | a8138b75b1d3ca8af01e4ad717c6cdb3f733c61d (patch) | |
tree | b5a9fd7cbc4b1de6806a9d0186a9ed6db6c99983 | |
parent | 162016ad9c824df023e9870fd8d072e806d5ad96 (diff) | |
download | micropython-a8138b75b1d3ca8af01e4ad717c6cdb3f733c61d.tar.gz micropython-a8138b75b1d3ca8af01e4ad717c6cdb3f733c61d.zip |
examples/embedding: Replace symlink of mpconfigport.h with real file.
-rw-r--r--[l---------] | examples/embedding/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedding/mpconfigport.h b/examples/embedding/mpconfigport.h index 142e5d6f43..89c180b2a8 120000..100644 --- a/examples/embedding/mpconfigport.h +++ b/examples/embedding/mpconfigport.h @@ -1 +1 @@ -mpconfigport_minimal.h
\ No newline at end of file +#include "mpconfigport_minimal.h" |