Searched refs:old_device (Results 1 – 1 of 1) sorted by relevance
190 rt_device_t old_device = _console_device; in rt_console_set_device() local193 if (new_device != RT_NULL && new_device != old_device) in rt_console_set_device()195 if (old_device != RT_NULL) in rt_console_set_device()198 rt_device_close(old_device); in rt_console_set_device()206 return old_device; in rt_console_set_device()
Completed in 4 milliseconds