diff options
| author | Ayke van Laethem <aykevanlaethem@gmail.com> | 2018-04-24 17:00:27 +0200 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-07-18 17:12:26 +1000 |
| commit | fb17105183ce145951de8a7094720a3e3ccc579d (patch) | |
| tree | 81b18184b6b0802e903aff6551b9721fa16a31bd | |
| parent | 17769452d413996f70c3291ade0d256228d957cc (diff) | |
nrf: Remove useless #include <errno.h>.
| -rw-r--r-- | ports/nrf/modules/uos/microbitfs.c | 1 | ||||
| -rw-r--r-- | ports/nrf/mphalport.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ports/nrf/modules/uos/microbitfs.c b/ports/nrf/modules/uos/microbitfs.c index e231fd16f..cfc2ee4d9 100644 --- a/ports/nrf/modules/uos/microbitfs.c +++ b/ports/nrf/modules/uos/microbitfs.c @@ -27,7 +27,6 @@ #include <string.h> #include <stdio.h> -#include <errno.h> #include <sys/stat.h> #include "microbitfs.h" diff --git a/ports/nrf/mphalport.c b/ports/nrf/mphalport.c index e0f42ac58..f0ff0f1ce 100644 --- a/ports/nrf/mphalport.c +++ b/ports/nrf/mphalport.c @@ -24,7 +24,6 @@ * THE SOFTWARE. */ -#include <errno.h> #include <string.h> #include "py/mpstate.h" |
