Kaynağa Gözat

[update] fix issue air720 bug (#175)

LiuKang 3 yıl önce
ebeveyn
işleme
665962a9c7
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      class/air720/at_device_air720.c

+ 1 - 0
class/air720/at_device_air720.c

@@ -275,6 +275,7 @@ static void check_link_status_entry(void *parameter)
             //LTE down
             LOG_E("the lte pin is low");
             air720_reboot(device);
+            return;
         }
 
         rt_thread_mdelay(air720_LINK_DELAY_TIME);