2 Star 1 Fork 0

长江/oscam-nx111

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
module-lcd.h 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
gf 提交于 2012-09-29 07:36 +08:00 . lcd: Create module-lcd.h file.
#ifndef MODULE_LCD_H_
#define MODULE_LCD_H_
#ifdef LCDSUPPORT
extern void lcd_thread_start(void);
extern void lcd_thread_stop(void);
#else
static inline void lcd_thread_start(void) { }
static inline void lcd_thread_stop(void) { }
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/4a02/oscam-nx111.git
git@gitee.com:4a02/oscam-nx111.git
4a02
oscam-nx111
oscam-nx111
master

搜索帮助