소스 검색

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…
취소
저장