大家好:
// Network layer implicit constants as in standard used by attribute structure
#define RCN_MAX_NUM_DEV_TYPES 3 // number of device types supported per device
在Remo TI中 如果想要增加配对设备的数量 是否将上面 这个3 修改成需要的值就可以了呢 我试着修改了一下 如我修改成 8 编译后出现了
一下警告:
Building configuration: rsa_cc2530 - CC2533F96
Updating build tree...
rsa_basic.c
rsa_osal.c
rti.c
rti_testmode.c
Linking
Warning[w6]: Type conflict for external/entry "RCN_CbackEvent", in module rcnmac_composite against external/entry in module rti; function types differ in parameter 1; class/struct/union types have different sizes
Warning[w6]: Type conflict for external/entry "RCN_NlmeDiscoveryReq", in module rti against external/entry in module rcnmac_composite; function types differ in parameter 1; class/struct/union types have different sizes
Warning[w6]: Type conflict for external/entry "RCN_NlmeGetPairingEntryReq", in module rti against external/entry in module rcnmac_composite; function types differ in parameter 2; class/struct/union types have different sizes
Warning[w6]: Type conflict for external/entry "RCN_NlmePairReq", in module rti against external/entry in module rcnmac_composite; function types differ in parameter 1; class/struct/union types have different sizes
Total number of errors: 0
Total number of warnings: 4
请问这些警告是怎么回事,
这个警告我该如何解决? 如果我想要修改配对数量 我该如何修改呢 ,请大家帮助我,给一些建议,谢谢了!