Parcourir la source

Prevent inlining of "FASTRUN"

teensy4-core
Frank Bösing il y a 10 ans
Parent
révision
93309af753
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h Voir le fichier

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


Chargement…
Annuler
Enregistrer