📄 kertable_plat.h
字号:
#ifndef _KERTABLE_PLAT_H_
#define _KERTABLE_PLAT_H_
#include <kertable_proc.h>
#define PLAT_KER_TABLE \
/* 1 (void*)ker_radio_ack_enable,*/ NULL,\
/* 2 (void*)ker_radio_ack_disable,*/ NULL,\
/* 3 */ (PGM_VOID)ker_led ,\
#define PLAT_KERTABLE_LEN 3
#define PLAT_KERTABLE_END (PROC_KERTABLE_END+PLAT_KERTABLE_LEN)
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -