浏览代码

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


正在加载...
取消
保存