瀏覽代碼

Compatibility with libraries that include only Print.h

main
PaulStoffregen 7 年之前
父節點
當前提交
71487284eb
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      teensy3/WString.h

+ 4
- 0
teensy3/WString.h 查看文件

@@ -28,6 +28,10 @@
#include <ctype.h>
#include "avr_functions.h"

// Not needed here, but some libs assume WString.h or Print.h
// gives them PROGMEM and other AVR stuff.
#include "avr/pgmspace.h"

// When compiling programs with this class, the following gcc parameters
// dramatically increase performance and memory (RAM) efficiency, typically
// with little or no increase in code size.

Loading…
取消
儲存