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[] = {
204204 Case (" ASYNCHRONOUS_DNS" , ASYNCHRONOUS_DNS),
205205 Case (" ASYNCHRONOUS_DNS_SIMULTANEOUS" , ASYNCHRONOUS_DNS_SIMULTANEOUS),
206206 Case (" ASYNCHRONOUS_DNS_SIMULTANEOUS_CACHE" , ASYNCHRONOUS_DNS_SIMULTANEOUS_CACHE),
207- #if NSAPI_PPP_AVAILABLE
208- Case (" SYNCHRONOUS_DNS_CACHE" , SYNCHRONOUS_DNS_CACHE),
209- #endif
210207#ifndef MBED_CONF_CELLULAR_OFFLOAD_DNS_QUERIES
208+ Case (" SYNCHRONOUS_DNS_CACHE" , SYNCHRONOUS_DNS_CACHE),
211209 Case (" ASYNCHRONOUS_DNS_CACHE" , ASYNCHRONOUS_DNS_CACHE),
212210#endif
213211#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 4343 "lwip.ppp-enabled" : true ,
4444 "lwip.ethernet-enabled" : false ,
4545 "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
4651 }
4752 }
4853}
You can’t perform that action at this time.
0 commit comments