SmartSnippets DA1459x SDK
dgtl_config.h
Go to the documentation of this file.
1 
44 #ifndef DGTL_CONFIG_H_
45 #define DGTL_CONFIG_H_
46 
56 #ifndef DGTL_APP_SPECIFIC_HCI_ENABLE
57 #define DGTL_APP_SPECIFIC_HCI_ENABLE (0)
58 #endif
59 
71 #ifndef DGTL_DROPPED_LOG_QUEUE_COUNTER
72 #define DGTL_DROPPED_LOG_QUEUE_COUNTER (0)
73 #endif
74 
81 #ifndef DGTL_QUEUE_ENABLE_HCI
82 #define DGTL_QUEUE_ENABLE_HCI (1)
83 #endif
84 
91 #ifndef DGTL_QUEUE_ENABLE_APP
92 #define DGTL_QUEUE_ENABLE_APP (1)
93 #endif
94 
101 #ifndef DGTL_QUEUE_ENABLE_LOG
102 #define DGTL_QUEUE_ENABLE_LOG (1)
103 #endif
104 
111 #ifndef DGTL_AUTO_FLOW_CONTROL
112 #define DGTL_AUTO_FLOW_CONTROL (1)
113 #endif
114 
115 #endif /* DGTL_CONFIG_H_ */
116