Przeglądaj źródła

Prevent inlining of "FASTRUN"

main
Frank Bösing 9 lat temu
rodzic
commit
93309af753
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz