TuyaOS
tkl_init_interrupt.h
浏览该文件的文档.
1
10#ifndef __TKL_INIT_INTERRUPT_H__
11#define __TKL_INIT_INTERRUPT_H__
12
13#include "tkl_interrupt.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19#ifdef __cplusplus
20} // extern "C"
21#endif
22
23#endif // __TKL_INIT_INTERRUPT_H__
24