Parcourir la source

Fix asm in delayMicroseconds on Teensy LC (Frank B)

fixes #288
teensy4-core
PaulStoffregen il y a 6 ans
Parent
révision
556b4b4c5d
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      teensy3/core_pins.h

+ 3
- 1
teensy3/core_pins.h Voir le fichier

#endif #endif
#ifdef KINETISL #ifdef KINETISL
"sub %0, #1" "\n\t" "sub %0, #1" "\n\t"
"bne L_%=_delayMicroseconds" "\n"
: "+l" (n) :
#else #else
"subs %0, #1" "\n\t" "subs %0, #1" "\n\t"
#endif
"bne L_%=_delayMicroseconds" "\n" "bne L_%=_delayMicroseconds" "\n"
: "+r" (n) : : "+r" (n) :
#endif
); );
} }



Chargement…
Annuler
Enregistrer