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:
Scott Lahteine 2018-02-16 18:40:39 -06:00
parent ec045f39aa
commit ada40af5d6
7 changed files with 2 additions and 6 deletions

View file

@ -38,4 +38,6 @@
#include "Conditionals_post.h"
#include "SanityCheck.h"
#include <avr/pgmspace.h>
#endif // MARLIN_CONFIG_H