aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/modules/uos
diff options
context:
space:
mode:
authorDamien George2020-09-08 13:52:56 +1000
committerDamien George2020-09-09 00:13:34 +1000
commit27e117307d7d5b63955940866e6094bedb7d299e (patch)
tree70277e489b8dd5867abf868197eb064c8c0082da /ports/nrf/modules/uos
parent75344af4cada48b8b044ae35d0e62c38c601d899 (diff)
nrf: Remove unnecessary includes of mpconfigport.h and its header guard.
The mpconfigport.h file is an internal header and should only ever be included once by mpconfig.h. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/nrf/modules/uos')
-rw-r--r--ports/nrf/modules/uos/microbitfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/nrf/modules/uos/microbitfs.c b/ports/nrf/modules/uos/microbitfs.c
index 7f16372cf..e8628f494 100644
--- a/ports/nrf/modules/uos/microbitfs.c
+++ b/ports/nrf/modules/uos/microbitfs.c
@@ -36,7 +36,6 @@
#include "py/stream.h"
#include "py/runtime.h"
#include "extmod/vfs.h"
-#include "mpconfigport.h"
#if MICROPY_MBFS