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 3434 !defined (MBED_CONF_APP_WIFI_CH_SECURE) || \
3535 !defined (MBED_CONF_APP_WIFI_PASSWORD) || \
3636 !defined (MBED_CONF_APP_WIFI_SECURE_SSID) || \
37- !defined MBED_CONF_APP_WIFI_SECURE_PROTOCOL)
37+ !defined ( MBED_CONF_APP_WIFI_SECURE_PROTOCOL) )
3838#error [NOT_SUPPORTED] Requires parameters from mbed_app.json (for secure connections)
3939#else
4040
4141#if defined(MBED_CONF_APP_WIFI_UNSECURE_SSID) && \
42- !defined (MBED_CONF_APP_AP_MAC_UNSECURE) || \
42+ ( !defined (MBED_CONF_APP_AP_MAC_UNSECURE) || \
4343 !defined (MBED_CONF_APP_MAX_SCAN_SIZE) || \
4444 !defined (MBED_CONF_APP_WIFI_CH_UNSECURE) || \
45- !defined (MBED_CONF_APP_WIFI_UNSECURE_SSID)
45+ !defined (MBED_CONF_APP_WIFI_UNSECURE_SSID))
4646#error [NOT_SUPPORTED] Requires parameters from mbed_app.json (for unsecure connections)
4747#else
4848
You can’t perform that action at this time.
0 commit comments