PaulStoffregen hace 6 años
padre
commit
25d2728d7c
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. +0
    -4
      teensy3/usb_flightsim.cpp

+ 0
- 4
teensy3/usb_flightsim.cpp Ver fichero

@@ -282,14 +282,10 @@ void FlightSimClass::update(void)
} else if (type == 2) {
FlightSimFloat *item = FlightSimFloat::find(id);
if (!item) break;
#ifdef KINETISK
data.f = *(float *)(p + 6);
#else
data.b[0] = p[6];
data.b[1] = p[7];
data.b[2] = p[8];
data.b[3] = p[9];
#endif
item->update(data.f);
}
break;

Cargando…
Cancelar
Guardar