serprobe.c
来自「RTEMS (Real-Time Executive for Multiproc」· C语言 代码 · 共 21 行
C
21 行
/* * $Id: serprobe.c,v 1.2 2001/03/14 19:42:49 joel Exp $ */#include <rtems.h>#include <libchip/serial.h>#include <libchip/sersupp.h>boolean libchip_serial_default_probe(int minor){ /* * If the configuration dependent probe has located the device then * assume it is there */ return TRUE;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?