瀏覽代碼

Merge pull request #448 from FrankBoesing/patch-3

#define FLASHMEM
teensy4-core
Paul Stoffregen 5 年之前
父節點
當前提交
eabb184a5f
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      teensy3/avr/pgmspace.h

+ 1
- 0
teensy3/avr/pgmspace.h 查看文件

#include <inttypes.h> #include <inttypes.h>


#define PROGMEM #define PROGMEM
#define FLASHMEM
#define PGM_P const char * #define PGM_P const char *
#define PSTR(str) (str) #define PSTR(str) (str)



Loading…
取消
儲存