8000 nrf: Remove useless #include <errno.h>. · andrewleech/micropython@fb17105 · GitHub
[go: up one dir, main page]

< 8000 div class="position-relative header-wrapper js-header-wrapper "> Skip to content

Commit fb17105

Browse files
aykevldpgeorge
authored andcommitted
nrf: Remove useless #include <errno.h>.
1 parent 1776945 commit fb17105

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ports/nrf/modules/uos/microbitfs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
#include <string.h>
2929
#include <stdio.h>
30-
#include <errno.h>
3130
#include <sys/stat.h>
3231

3332
#include "microbitfs.h"

ports/nrf/mphalport.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
#include <errno.h>
2827
#include <string.h>
2928

3029
#include "py/mpstate.h"

0 commit comments

Comments
 (0)
0