Explorar el Código

Update ano.c

replace tabs with spaces in function _get_pid_param
LinPeng hace 6 años
padre
commit
e3f76d2d87
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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); 
     }
 }