mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-19 15:44:06 +00:00
Minimal include for speed_lookuptable
This commit is contained in:
parent
9edefa645d
commit
203a445bc1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
#ifndef SPEED_LOOKUPTABLE_H
|
#ifndef SPEED_LOOKUPTABLE_H
|
||||||
#define SPEED_LOOKUPTABLE_H
|
#define SPEED_LOOKUPTABLE_H
|
||||||
|
|
||||||
#include "Marlin.h"
|
#include "MarlinConfig.h"
|
||||||
|
|
||||||
#if F_CPU == 16000000
|
#if F_CPU == 16000000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue