瀏覽代碼

Merge pull request #49 from FrankBoesing/FASTRUN

Prevent inlining of "FASTRUN"
main
Paul Stoffregen 9 年之前
父節點
當前提交
922ba3db5b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h 查看文件

@@ -16,7 +16,7 @@
#include "HardwareSerial.h"

#define DMAMEM __attribute__ ((section(".dmabuffers"), used))
#define FASTRUN __attribute__ ((section(".fastrun")))
#define FASTRUN __attribute__ ((section(".fastrun"), noinline, noclone ))

#ifdef __cplusplus


Loading…
取消
儲存