Sfoglia il codice sorgente

Merge pull request #322 from FrankBoesing/patch-1

update FASTRUN
main
Paul Stoffregen 5 anni fa
parent
commit
389d5c35e7
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      teensy4/WProgram.h

+ 1
- 1
teensy4/WProgram.h Vedi 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…
Annulla
Salva