Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
71ae3f38
Commit
71ae3f38
authored
Feb 21, 2017
by
Damien George
Browse files
cc3200: Remove remaining references to std.h.
parent
b0a6dda1
Changes
5
Hide whitespace changes
Inline
Side-by-side
cc3200/bootmgr/main.c
View file @
71ae3f38
...
@@ -26,8 +26,7 @@
...
@@ -26,8 +26,7 @@
#include <stdint.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdbool.h>
#include <stdio.h>
#include "std.h"
#include "py/mpconfig.h"
#include "py/mpconfig.h"
#include "hw_ints.h"
#include "hw_ints.h"
...
...
cc3200/mods/modmachine.c
View file @
71ae3f38
...
@@ -26,7 +26,6 @@
...
@@ -26,7 +26,6 @@
*/
*/
#include <stdint.h>
#include <stdint.h>
#include "std.h"
#include "py/mpstate.h"
#include "py/mpstate.h"
#include "py/runtime.h"
#include "py/runtime.h"
...
...
cc3200/mods/modnetwork.c
View file @
71ae3f38
...
@@ -25,8 +25,6 @@
...
@@ -25,8 +25,6 @@
* THE SOFTWARE.
* THE SOFTWARE.
*/
*/
#include <std.h>
#include "py/mpstate.h"
#include "py/mpstate.h"
#include "py/obj.h"
#include "py/obj.h"
#include "py/nlr.h"
#include "py/nlr.h"
...
...
cc3200/mods/modussl.c
View file @
71ae3f38
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
*/
*/
#include <stdint.h>
#include <stdint.h>
#include <std.h>
#include "simplelink.h"
#include "simplelink.h"
#include "py/mpconfig.h"
#include "py/mpconfig.h"
...
...
cc3200/mods/pybrtc.c
View file @
71ae3f38
...
@@ -25,8 +25,6 @@
...
@@ -25,8 +25,6 @@
* THE SOFTWARE.
* THE SOFTWARE.
*/
*/
#include <std.h>
#include "py/mpconfig.h"
#include "py/mpconfig.h"
#include "py/obj.h"
#include "py/obj.h"
#include "py/runtime.h"
#include "py/runtime.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment