📄 makefile
字号:
## Makefile for the WatchDog device drivers.#obj-$(CONFIG_MCP) += mcp.omcp-objs := mcpcan.o spi.o spi_cmd.o# Only one watchdog can succeed. We probe the hardware watchdog# drivers first, then the softdog driver. This means if your hardware# watchdog dies or is 'borrowed' for some reason the software watchdog# still gives you some cover.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -