if (cr == 'q' || cr == 'Q')
{
nrf_delay_ms(500);
printf("\n\rExit!Start0000000000000154564646\n\r");
LEDS_ON(LEDS_MASK);
nrf_delay_ms(500);
//LEDS_ON(LEDS_MASK);
// printf("Start646\n\r");
}
//#else
/*
// This part of the example is just for testing the loopback .
while (true)
{
uart_loopback_test();
}
*/
//#endif
}
} 作者: 拓拔野 时间: 2018-3-9 20:00 本帖最后由 拓拔野 于 2018-3-9 20:02 编辑
if (cr == 'q' || cr == 'Q')
{
nrf_delay_ms(500);
printf("\n\rExit!Start0000000000000154564646\n\r");
LEDS_ON(LEDS_MASK);
nrf_delay_ms(500);
//LEDS_ON(LEDS_MASK);
// printf("Start646\n\r");
}
//#else
/*
// This part of the example is just for testing the loopback .
while (true)
{
uart_loopback_test();
}
*/
//#endif
}
}