Ver código fonte

Prevent inlining of "FASTRUN"

main
Frank Bösing 9 anos atrás
pai
commit
93309af753
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h Ver arquivo

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


Carregando…
Cancelar
Salvar