Browse Source

Minimal include for speed_lookuptable

Scott Lahteine 7 years ago
parent
commit
203a445bc1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/speed_lookuptable.h

+ 1
- 1
Marlin/speed_lookuptable.h View File

23
 #ifndef SPEED_LOOKUPTABLE_H
23
 #ifndef SPEED_LOOKUPTABLE_H
24
 #define SPEED_LOOKUPTABLE_H
24
 #define SPEED_LOOKUPTABLE_H
25
 
25
 
26
-#include "Marlin.h"
26
+#include "MarlinConfig.h"
27
 
27
 
28
 #if F_CPU == 16000000
28
 #if F_CPU == 16000000
29
 
29
 

Loading…
Cancel
Save