Explorar el Código

Make sure DONE Bit is cleared.

main
Frank hace 5 años
padre
commit
afefd37bc7
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      teensy3/DMAChannel.h

+ 1
- 0
teensy3/DMAChannel.h Ver fichero

@@ -380,6 +380,7 @@ protected:
DMABaseClass() {}

static inline void copy_tcd(TCD_t *dst, const TCD_t *src) {
dst->CSR = 0;
const uint32_t *p = (const uint32_t *)src;
uint32_t *q = (uint32_t *)dst;
uint32_t t1, t2, t3, t4;

Cargando…
Cancelar
Guardar