Move <avr/pgmspace.h> include to MarlinConfig.h
For parity with 2.0.x, which includes pgmspace.h in the HAL.
This commit is contained in:
parent
ec045f39aa
commit
ada40af5d6
7 changed files with 2 additions and 6 deletions
|
|
@ -38,4 +38,6 @@
|
|||
#include "Conditionals_post.h"
|
||||
#include "SanityCheck.h"
|
||||
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
#endif // MARLIN_CONFIG_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue