Преглед изворни кода

Update ano.c

replace tabs with spaces in function _get_pid_param
LinPeng пре 6 година
родитељ
комит
e3f76d2d87
1 измењених фајлова са 1 додато и 1 уклоњено
  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); 
     }
 }