Explorar el Código

Chibios: Remove the wait in the main loop.

tags/v2.9
flabbergast hace 8 años
padre
commit
41f5be3b7a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      tmk_core/protocol/chibios/main.c

+ 0
- 1
tmk_core/protocol/chibios/main.c Ver fichero

@@ -135,6 +135,5 @@ int main(void) {
}

keyboard_task();
chThdSleepMilliseconds(5);
}
}

Cargando…
Cancelar
Guardar