ソースを参照

Prevent inlining of "FASTRUN"

main
Frank Bösing 9年前
コミット
93309af753
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


読み込み中…
キャンセル
保存