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
056cb288
Commit
056cb288
authored
Nov 01, 2015
by
danicampora
Browse files
cc3200: Remove includes of rom.h (must be included via rom_map.h).
parent
f67d0619
Changes
4
Hide whitespace changes
Inline
Side-by-side
cc3200/bootmgr/main.c
View file @
056cb288
...
...
@@ -38,7 +38,6 @@
#include
"hw_common_reg.h"
#include
"pin.h"
#include
"gpio.h"
#include
"rom.h"
#include
"rom_map.h"
#include
"prcm.h"
#include
"simplelink.h"
...
...
cc3200/fatfs/src/drivers/sd_diskio.c
View file @
056cb288
...
...
@@ -42,7 +42,6 @@
#include
"hw_types.h"
#include
"hw_memmap.h"
#include
"hw_ints.h"
#include
"rom.h"
#include
"rom_map.h"
#include
"diskio.h"
#include
"sd_diskio.h"
...
...
cc3200/misc/mperror.c
View file @
056cb288
...
...
@@ -45,7 +45,6 @@
#include
"pybpin.h"
#include
"pins.h"
#endif
#include
"rom.h"
#include
"rom_map.h"
#include
"prcm.h"
#include
"pybuart.h"
...
...
cc3200/simplelink/oslib/osi_freertos.c
View file @
056cb288
...
...
@@ -44,9 +44,7 @@
#include
"task.h"
#include
"semphr.h"
#include
"portmacro.h"
#include
<osi.h>
#include
"rom.h"
#include
"osi.h"
#include
"rom_map.h"
#include
"inc/hw_types.h"
#include
"interrupt.h"
...
...
Write
Preview
Supports
Markdown
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