8000 winc1500_wifi; clean up include list a bit. · runtimeco/mynewt_arduino_zero@9c55e54 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c55e54

Browse files
author
Marko Kiiskila
committed
winc1500_wifi; clean up include list a bit.
1 parent 4ad1dc9 commit 9c55e54

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

apps/winc1500_wifi/src/main.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,12 @@
2020
#include <sysinit/sysinit.h>
2121
#include <os/os.h>
2222
#include <bsp/bsp.h>
23-
#include <hal/hal_gpio.h>
24-
#include <hal/hal_flash.h>
2523
#include <console/console.h>
2624
#include <shell/shell.h>
2725
#include <config/config.h>
2826
#include <hal/hal_system.h>
29-
#if !MYNEWT_VAL(CONFIG_NFFS)
30-
#error "Need NFFS or FCB for config storage"
31-
#endif
32-
#include <fs/fs.h>
33-
#include <nffs/nffs.h>
34-
#include <config/config_file.h>
3527
#include <assert.h>
3628
#include <string.h>
37-
#include <json/json.h>
3829

3930
#include <wifi_mgmt/wifi_mgmt.h>
4031
#include <winc1500/winc1500.h>

0 commit comments

Comments
 (0)
0