Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_user_code_config.h
Go to the documentation of this file.
1
8#ifndef _CC_USER_CODE_CONFIG_H_
9#define _CC_USER_CODE_CONFIG_H_
10
30#if !defined(CC_USER_CODE_MAX_IDS)
31#define CC_USER_CODE_MAX_IDS 1
32#endif /* !defined(CC_USER_CODE_MAX_IDS) */
33
40#if !defined(CC_USER_CODE_DEFAULT)
41#define CC_USER_CODE_DEFAULT { 0x31, 0x32, 0x33, 0x34 }
42#endif /* !defined(CC_USER_CODE_DEFAULT) */
43
44 /* \addtogroup command_class_user_code_configuration */
45
46 /* \addtogroup configuration */
47#endif /* _CC_USER_CODE_CONFIG_H_ */