Skip to content

Commit 1c35270

Browse files
committed
cc3200: Remove util/std.h, can just use stdio.h instead.
1 parent d9f7120 commit 1c35270

File tree

5 files changed

+4
-38
lines changed

5 files changed

+4
-38
lines changed

cc3200/fatfs/src/drivers/sflash_diskio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stdint.h>
22
#include <stdbool.h>
3-
#include "std.h"
3+
#include <stdio.h>
44

55
#include "py/mpconfig.h"
66
#include "py/obj.h"

cc3200/ftp/ftp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
*/
2626

2727
#include <stdint.h>
28-
#include <ctype.h>
29-
#include "std.h"
28+
#include <stdio.h>
3029

3130
#include "py/mpstate.h"
3231
#include "py/obj.h"

cc3200/misc/mpirq.c

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

27-
#include "std.h"
27+
#include <stdio.h>
2828

2929
#include "py/mpconfig.h"
3030
#include "py/obj.h"

cc3200/mods/modwlan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include <stdint.h>
2828
#include <stdbool.h>
29-
#include "std.h"
29+
#include <stdio.h>
3030

3131
#include "simplelink.h"
3232
#include "py/mpconfig.h"

cc3200/util/std.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)