Explorar el Código

Merge pull request #322 from FrankBoesing/patch-1

update FASTRUN
teensy4-core
Paul Stoffregen hace 6 años
padre
commit
389d5c35e7
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy4/WProgram.h

+ 1
- 1
teensy4/WProgram.h Ver fichero

#include "HardwareSerial.h" #include "HardwareSerial.h"


#define DMAMEM __attribute__ ((section(".dmabuffers"), used)) #define DMAMEM __attribute__ ((section(".dmabuffers"), used))
#define FASTRUN __attribute__ ((section(".fastrun"), noinline, noclone ))
#define FASTRUN __attribute__ ((section(".fastrun") ))


#ifdef __cplusplus #ifdef __cplusplus



Cargando…
Cancelar
Guardar