Explorar el Código

新增启动提示

master
ywh hace 4 semanas
padre
commit
bbba36542e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      c/ABCD.c

+ 1
- 1
c/ABCD.c Ver fichero

@@ -5,7 +5,7 @@ int main(void)
{
int speed = 200;

printf("speed = %d\n", speed);
printf("motor start speed = %d\n", speed);

return 0;
}

Cargando…
Cancelar
Guardar