Kaynağa Gözat

Update ano.c

replace tabs with spaces in function _get_pid_param
LinPeng 6 yıl önce
ebeveyn
işleme
e3f76d2d87
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      protocol/ano.c

+ 1 - 1
protocol/ano.c

@@ -112,7 +112,7 @@ static void _get_pid_param(uint8_t *buffer, float *kpid)
 {
     for(int i = 0; i < 9; i++)
     {
-	kpid[i] = GET_PID_PARAM(buffer, (i + 2) * 2); 
+        kpid[i] = GET_PID_PARAM(buffer, (i + 2) * 2); 
     }
 }