File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
!defined(MBED_CONF_APP_WIFI_CH_SECURE) || \
35
35
!defined(MBED_CONF_APP_WIFI_PASSWORD) || \
36
36
!defined(MBED_CONF_APP_WIFI_SECURE_SSID) || \
37
- !defined MBED_CONF_APP_WIFI_SECURE_PROTOCOL)
37
+ !defined( MBED_CONF_APP_WIFI_SECURE_PROTOCOL) )
38
38
#error [NOT_SUPPORTED] Requires parameters from mbed_app.json (for secure connections)
39
39
#else
40
40
41
41
#if defined(MBED_CONF_APP_WIFI_UNSECURE_SSID) && \
42
- !defined(MBED_CONF_APP_AP_MAC_UNSECURE) || \
42
+ ( !defined(MBED_CONF_APP_AP_MAC_UNSECURE) || \
43
43
!defined(MBED_CONF_APP_MAX_SCAN_SIZE) || \
44
44
!defined(MBED_CONF_APP_WIFI_CH_UNSECURE) || \
45
- !defined(MBED_CONF_APP_WIFI_UNSECURE_SSID)
45
+ !defined(MBED_CONF_APP_WIFI_UNSECURE_SSID))
46
46
#error [NOT_SUPPORTED] Requires parameters from mbed_app.json (for unsecure connections)
47
47
#else
48
48
You can’t perform that action at this time.
0 commit comments