8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad1dc9 commit 9c55e54Copy full SHA for 9c55e54
apps/winc1500_wifi/src/main.c
@@ -20,21 +20,12 @@
20
#include <sysinit/sysinit.h>
21
#include <os/os.h>
22
#include <bsp/bsp.h>
23
-#include <hal/hal_gpio.h>
24
-#include <hal/hal_flash.h>
25
#include <console/console.h>
26
#include <shell/shell.h>
27
#include <config/config.h>
28
#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>
35
#include <assert.h>
36
#include <string.h>
37
-#include <json/json.h>
38
39
#include <wifi_mgmt/wifi_mgmt.h>
40
#include <winc1500/winc1500.h>
0 commit comments