Procházet zdrojové kódy

Merge pull request #49 from FrankBoesing/FASTRUN

Prevent inlining of "FASTRUN"
main
Paul Stoffregen před 9 roky
rodič
revize
922ba3db5b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit