Quantcast
Channel: C2000™︎ 微控制器论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 12291

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

$
0
0

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 ); 编译正常

程序正常工作

怎么回事?


Viewing all articles
Browse latest Browse all 12291

Latest Images

Trending Articles

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>