Ver código fonte

Remove unnecessary dependency on time.h from qr_solve.cpp

Fixed compiler errors on Ubuntu using arduino-core
Gabe Rosenhouse 10 anos atrás
pai
commit
99f6326544
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0
    2
      Marlin/qr_solve.cpp

+ 0
- 2
Marlin/qr_solve.cpp Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar