Explorar el Código

Remove unnecessary dependency on time.h from qr_solve.cpp

Fixed compiler errors on Ubuntu using arduino-core
Gabe Rosenhouse hace 10 años
padre
commit
99f6326544
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      Marlin/qr_solve.cpp

+ 0
- 2
Marlin/qr_solve.cpp Ver fichero

@@ -4,8 +4,6 @@
4 4
 
5 5
 #include <stdlib.h>
6 6
 #include <math.h>
7
-#include <time.h>
8
-
9 7
 
10 8
 //# include "r8lib.h"
11 9
 

Loading…
Cancelar
Guardar