Browse Source

Drop extra avr/pgmspace include in _Bootscreen.h

Addressing #9441
pull/1/head
Scott Lahteine 7 years ago
parent
commit
d7f82c8ddf
  1. 1
      Marlin/src/config/examples/BQ/Hephestos_2/_Bootscreen.h
  2. 1
      Marlin/src/config/examples/Cartesio/_Bootscreen.h
  3. 1
      Marlin/src/config/examples/MakerParts/_Bootscreen.h
  4. 1
      Marlin/src/config/examples/Malyan/M150/_Bootscreen.h
  5. 1
      Marlin/src/config/examples/gCreate/gMax1.5+/_Bootscreen.h
  6. 1
      frameworks/CMSIS/LPC1768/lib/WString.h

1
Marlin/src/config/examples/BQ/Hephestos_2/_Bootscreen.h

@ -29,7 +29,6 @@
* Use the Marlin Bitmap Converter to make your own: * Use the Marlin Bitmap Converter to make your own:
* http://marlinfw.org/tools/u8glib/converter.html * http://marlinfw.org/tools/u8glib/converter.html
*/ */
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_BMPWIDTH 62 #define CUSTOM_BOOTSCREEN_BMPWIDTH 62

1
Marlin/src/config/examples/Cartesio/_Bootscreen.h

@ -29,7 +29,6 @@
* Use the Marlin Bitmap Converter to make your own: * Use the Marlin Bitmap Converter to make your own:
* http://marlinfw.org/tools/u8glib/converter.html * http://marlinfw.org/tools/u8glib/converter.html
*/ */
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_BMPWIDTH 64 #define CUSTOM_BOOTSCREEN_BMPWIDTH 64

1
Marlin/src/config/examples/MakerParts/_Bootscreen.h

@ -29,7 +29,6 @@
* Use the Marlin Bitmap Converter to make your own: * Use the Marlin Bitmap Converter to make your own:
* http://marlinfw.org/tools/u8glib/converter.html * http://marlinfw.org/tools/u8glib/converter.html
*/ */
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128 #define CUSTOM_BOOTSCREEN_BMPWIDTH 128

1
Marlin/src/config/examples/Malyan/M150/_Bootscreen.h

@ -29,7 +29,6 @@
* Use the Marlin Bitmap Converter to make your own: * Use the Marlin Bitmap Converter to make your own:
* http://marlinfw.org/tools/u8glib/converter.html * http://marlinfw.org/tools/u8glib/converter.html
*/ */
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_TIMEOUT 1000 #define CUSTOM_BOOTSCREEN_TIMEOUT 1000
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128 #define CUSTOM_BOOTSCREEN_BMPWIDTH 128

1
Marlin/src/config/examples/gCreate/gMax1.5+/_Bootscreen.h

@ -29,7 +29,6 @@
* Use the Marlin Bitmap Converter to make your own: * Use the Marlin Bitmap Converter to make your own:
* http://marlinfw.org/tools/u8glib/converter.html * http://marlinfw.org/tools/u8glib/converter.html
*/ */
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_BMPWIDTH 112 #define CUSTOM_BOOTSCREEN_BMPWIDTH 112

1
frameworks/CMSIS/LPC1768/lib/WString.h

@ -26,7 +26,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
//#include <avr/pgmspace.h>
// When compiling programs with this class, the following gcc parameters // When compiling programs with this class, the following gcc parameters
// dramatically increase performance and memory (RAM) efficiency, typically // dramatically increase performance and memory (RAM) efficiency, typically

Loading…
Cancel
Save