diff options
| author | Damien George | 2017-07-24 18:43:14 +1000 |
|---|---|---|
| committer | Damien George | 2017-07-24 18:43:14 +1000 |
| commit | aa7be82a4dff59b22763abbe1bd5e74c0e37b453 (patch) | |
| tree | 995769631aff96f66484fc90b4e573fe7563a908 /cc3200 | |
| parent | a559098fecd0a0e2aa98d2a8b3b6ba080b4e096f (diff) | |
all: Don't include system errno.h when it's not needed.
Diffstat (limited to 'cc3200')
| -rw-r--r-- | cc3200/mods/pybuart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/mods/pybuart.c b/cc3200/mods/pybuart.c index 92bb3e46e..06938bdd4 100644 --- a/cc3200/mods/pybuart.c +++ b/cc3200/mods/pybuart.c @@ -27,7 +27,6 @@ #include <stdint.h> #include <stdio.h> -#include <errno.h> #include <string.h> #include "py/mpconfig.h" |
