瀏覽代碼

Merge pull request #322 from FrankBoesing/patch-1

update FASTRUN
main
Paul Stoffregen 5 年之前
父節點
當前提交
389d5c35e7
No account linked to committer's email address
共有 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


Loading…
取消
儲存