Replace types.h with millis_t.h

This commit is contained in:
Scott Lahteine
2018-10-20 16:10:50 -05:00
parent eeef4e630a
commit b641571098
9 changed files with 37 additions and 39 deletions

View File

@ -81,13 +81,8 @@
#include "../module/probe.h"
#endif
#if ENABLED(FWRETRACT)
#include "../feature/fwretract.h"
#endif
#if ENABLED(ADVANCED_PAUSE_FEATURE)
#include "../feature/pause.h"
#endif
#include "../feature/fwretract.h"
#include "../feature/pause.h"
#if EXTRUDERS > 1
#include "tool_change.h"