File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -204,10 +204,8 @@ Case cases[] = {
204
204
Case (" ASYNCHRONOUS_DNS" , ASYNCHRONOUS_DNS),
205
205
Case (" ASYNCHRONOUS_DNS_SIMULTANEOUS" , ASYNCHRONOUS_DNS_SIMULTANEOUS),
206
206
Case (" ASYNCHRONOUS_DNS_SIMULTANEOUS_CACHE" , ASYNCHRONOUS_DNS_SIMULTANEOUS_CACHE),
207
- #if NSAPI_PPP_AVAILABLE
208
- Case (" SYNCHRONOUS_DNS_CACHE" , SYNCHRONOUS_DNS_CACHE),
209
- #endif
210
207
#ifndef MBED_CONF_CELLULAR_OFFLOAD_DNS_QUERIES
208
+ Case (" SYNCHRONOUS_DNS_CACHE" , SYNCHRONOUS_DNS_CACHE),
211
209
Case (" ASYNCHRONOUS_DNS_CACHE" , ASYNCHRONOUS_DNS_CACHE),
212
210
#endif
213
211
#if !defined MBED_CONF_CELLULAR_OFFLOAD_DNS_QUERIES || MBED_CONF_CELLULAR_OFFLOAD_DNS_QUERIES > MBED_CONF_APP_DNS_TEST_HOSTS_NUM
Original file line number Diff line number Diff line change 43
43
"lwip.ppp-enabled" : true ,
44
44
"lwip.ethernet-enabled" : false ,
45
45
"cellular.debug-at" : false
46
+ },
47
+ "UBLOX_C030_R412M" : {
48
+ "platform.stdio-convert-newlines" : true ,
49
+ "platform.stdio-baud-rate" : 115200 ,
50
+ "platform.default-serial-baud-rate" : 115200
46
51
}
47
52
}
48
53
}
You can’t perform that action at this time.
0 commit comments