commit
ef0a22871e
2 changed files with 25 additions and 3 deletions
|
|
@ -39,11 +39,12 @@
|
|||
#include <avr/eeprom.h>
|
||||
#include <avr/interrupt.h>
|
||||
|
||||
|
||||
#include "fastio.h"
|
||||
#include "Configuration.h"
|
||||
#include "pins.h"
|
||||
|
||||
#include "utility.h"
|
||||
|
||||
#ifndef SANITYCHECK_H
|
||||
#error "Your Configuration.h and Configuration_adv.h files are outdated!"
|
||||
#endif
|
||||
|
|
@ -403,6 +404,4 @@ void calculate_volumetric_multipliers();
|
|||
#endif
|
||||
#endif
|
||||
|
||||
void safe_delay(uint16_t del);
|
||||
|
||||
#endif //MARLIN_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue