TI中文支持网
TI专业的中文技术问题搜集分享网站

警告 #169-D argument of type "const uint16_t *" is incompatible with parameter of type "const uint16_t"

Hall_run( hallHande , angle_pu ,&pAdcData->hall );
// Hall_run( hallHande , angle_pu , gAdcData.hall );

用 Hall_run( hallHande , angle_pu ,&pAdcData->hall ); 编译

  警告  #169-D argument of type "const uint16_t *" is incompatible with parameter of type "const uint16_t"

程序不能正常工作

用 Hall_run( hallHande , angle_pu , gAdcData.hall ); 编译正常

程序正常工作

怎么回事?

HeiHei:

要看你Hall_Run函数定义的第二个变量是什么,是指针类型还是const uint16-t类型

赞(0)
未经允许不得转载:TI中文支持网 » 警告 #169-D argument of type "const uint16_t *" is incompatible with parameter of type "const uint16_t"
分享到: 更多 (0)