zhyinch
2022-04-07 7d3477c256ef93ce3190c1d7740c90ee941311cd
源码/核心板/Src/algorithm/TrackingDiff.c
@@ -33,7 +33,7 @@
void NewTrackingDiffUpdate(u8 channel, float target)
{
   float error;
   if(g_Tagdist[channel]==0xffff)
   if(g_Tagdist[channel]==0x1ffff)
   {
   pos_predict[channel]=target;
   }