Revision 69a601a5 include/DW1000/alld_DW1000.h

View differences:

include/DW1000/alld_DW1000.h
30 30

  
31 31
#if defined(AMIROLLD_CFG_DW1000)
32 32

  
33
#error "DW1000 LLD implementation is not ready yet."
33
#if (AMIROLLD_CFG_DW1000 == 1)
34
    #include "v1/alld_dw1000_v1.h"
35
    #include "v1/alld_dw1000_regs_v1.h"
36
    #include "v1/deca_instance_v1.h"
37
#elif (AMIROLLD_CFG_DW1000 == 0)
38
    #error "DW1000 LLD implementation for v0 is not ready yet."
39
#else
40
    #error "invalid value assigned to AMIROLLD_CFG_DW1000 in alldconf.h"
41

  
42
#endif /* defined(AMIROLLD_CFG_DW1000) == 1 */
34 43

  
35 44
#endif /* defined(AMIROLLD_CFG_DW1000) */
36 45

  
46

  
37 47
#endif /* AMIROLLD_DW1000_H */
38 48

  
39 49
/** @} */
50

  

Also available in: Unified diff