Revision 8c47f14b include/deca_instance.h

View differences:

include/deca_instance.h
10 10
 *
11 11
 * @author DecaWave
12 12
 */
13
#ifndef _DECAINSTANCE_H_
14
#define _DECAINSTANCE_H_
15

  
16
#ifdef __cplusplus
17
extern "C" {
18
#endif
13
#ifndef DECAINSTANCE_H
14
#define DECAINSTANCE_H
19 15

  
20 16
#include <amiro-lld.h>
17

  
21 18
#if defined(AMIROLLD_CFG_USE_DW1000) || defined(__DOXYGEN__)
19

  
22 20
#include <alld_dw1000.h>
23 21

  
22
#ifdef __cplusplus
23
extern "C" {
24
#endif
25

  
24 26
/******************************************************************************************************************
25 27
********************* NOTES on TREK compile/build time features/options ***********************************************************
26 28
*******************************************************************************************************************/
......
650 652
#ifdef __cplusplus
651 653
}
652 654
#endif
655

  
653 656
#endif /* defined(AMIROLLD_CFG_USE_DW1000) */
654
#endif  //__DECAINSTANCE_H__
657

  
658
#endif /* DECAINSTANCE_H */

Also available in: Unified diff