📄 clockdrv.c
字号:
/* * Instantiate the clock driver shell. * * Since there is no clock source on the simulator, all we do is * make sure it will build. * * $Id: clockdrv.c,v 1.1 2000/11/27 16:00:50 joel Exp $ */#define CLOCK_VECTOR 0#define Clock_driver_support_at_tick()#define Clock_driver_support_install_isr( _new, _old ) \ do { _old = 0; } while(0)#define Clock_driver_support_initialize_hardware()#define Clock_driver_support_shutdown_hardware()#include "../../../shared/clockdrv_shell.c"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -