source: svn/newcon3bcm2_21bu/BSEAV/api/include/bstd_cfg.h @ 46

Last change on this file since 46 was 46, checked in by megakiss, 11 years ago

459Mhz로 OTC 주파수 변경

  • Property svn:executable set to *
File size: 302 bytes
Line 
1#ifdef __cplusplus
2extern "C"
3{
4#endif
5void b_task_check(const char *file, unsigned line);
6#if BDBG_DEBUG_BUILD
7#define B_TASK_CHECK() b_task_check(__FILE__, __LINE__)
8#else
9#define B_TASK_CHECK()
10#endif
11
12#define BSTD_INLINE extern inline __attribute__((always_inline))
13
14#ifdef __cplusplus
15}
16#endif
17
18
Note: See TracBrowser for help on using the repository browser.