Browse Source

Merge pull request #322 from FrankBoesing/patch-1

update FASTRUN
teensy4-core
Paul Stoffregen 6 years ago
parent
commit
389d5c35e7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy4/WProgram.h

+ 1
- 1
teensy4/WProgram.h View File

@@ -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…
Cancel
Save