ソースを参照

Merge pull request #322 from FrankBoesing/patch-1

update FASTRUN
main
Paul Stoffregen 5年前
コミット
389d5c35e7
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      teensy4/WProgram.h

+ 1
- 1
teensy4/WProgram.h ファイルの表示

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

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

#ifdef __cplusplus


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