zhyinch
2022-03-23 c29fcd3c48ed584bfe08c13930e308205cf2eafd
源码/核心板/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;
   }