소스 검색

Make sure DONE Bit is cleared.

teensy4-core
Frank 6 년 전
부모
커밋
afefd37bc7
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      teensy3/DMAChannel.h

+ 1
- 0
teensy3/DMAChannel.h 파일 보기

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

Loading…
취소
저장