소스 검색

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


Loading…
취소
저장