Searched refs:console_device (Results 1 – 1 of 1) sorted by relevance
315 rt_device_t console_device = rt_console_get_device(); in _kputs() local321 if (console_device == RT_NULL) in _kputs()327 rt_device_write(console_device, 0, str, len); in _kputs()
Completed in 4 milliseconds