瀏覽代碼

Drop extra avr/pgmspace include in _Bootscreen.h

Addressing #9441
Scott Lahteine 7 年之前
父節點
當前提交
d7f82c8ddf

+ 0
- 1
Marlin/src/config/examples/BQ/Hephestos_2/_Bootscreen.h 查看文件

29
  * Use the Marlin Bitmap Converter to make your own:
29
  * Use the Marlin Bitmap Converter to make your own:
30
  * http://marlinfw.org/tools/u8glib/converter.html
30
  * http://marlinfw.org/tools/u8glib/converter.html
31
  */
31
  */
32
-#include <avr/pgmspace.h>
33
 
32
 
34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  62
33
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  62
35
 
34
 

+ 0
- 1
Marlin/src/config/examples/Cartesio/_Bootscreen.h 查看文件

29
  * Use the Marlin Bitmap Converter to make your own:
29
  * Use the Marlin Bitmap Converter to make your own:
30
  * http://marlinfw.org/tools/u8glib/converter.html
30
  * http://marlinfw.org/tools/u8glib/converter.html
31
  */
31
  */
32
-#include <avr/pgmspace.h>
33
 
32
 
34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  64
33
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  64
35
 
34
 

+ 0
- 1
Marlin/src/config/examples/MakerParts/_Bootscreen.h 查看文件

29
  * Use the Marlin Bitmap Converter to make your own:
29
  * Use the Marlin Bitmap Converter to make your own:
30
  * http://marlinfw.org/tools/u8glib/converter.html
30
  * http://marlinfw.org/tools/u8glib/converter.html
31
  */
31
  */
32
-#include <avr/pgmspace.h>
33
 
32
 
34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
33
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
35
 
34
 

+ 0
- 1
Marlin/src/config/examples/Malyan/M150/_Bootscreen.h 查看文件

29
  * Use the Marlin Bitmap Converter to make your own:
29
  * Use the Marlin Bitmap Converter to make your own:
30
  * http://marlinfw.org/tools/u8glib/converter.html
30
  * http://marlinfw.org/tools/u8glib/converter.html
31
  */
31
  */
32
-#include <avr/pgmspace.h>
33
 
32
 
34
 #define CUSTOM_BOOTSCREEN_TIMEOUT   1000
33
 #define CUSTOM_BOOTSCREEN_TIMEOUT   1000
35
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128

+ 0
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/_Bootscreen.h 查看文件

29
  * Use the Marlin Bitmap Converter to make your own:
29
  * Use the Marlin Bitmap Converter to make your own:
30
  * http://marlinfw.org/tools/u8glib/converter.html
30
  * http://marlinfw.org/tools/u8glib/converter.html
31
  */
31
  */
32
-#include <avr/pgmspace.h>
33
 
32
 
34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  112
33
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  112
35
 
34
 

+ 0
- 1
frameworks/CMSIS/LPC1768/lib/WString.h 查看文件

26
 #include <stdlib.h>
26
 #include <stdlib.h>
27
 #include <string.h>
27
 #include <string.h>
28
 #include <ctype.h>
28
 #include <ctype.h>
29
-//#include <avr/pgmspace.h>
30
 
29
 
31
 // When compiling programs with this class, the following gcc parameters
30
 // When compiling programs with this class, the following gcc parameters
32
 // dramatically increase performance and memory (RAM) efficiency, typically
31
 // dramatically increase performance and memory (RAM) efficiency, typically

Loading…
取消
儲存