Browse Source

Corrected GPDMA_INTSTAT #define name typo.

pull/174/head
Jared Boone 12 years ago
committed by Piotr Esden-Tempski
parent
commit
df922b9021
  1. 2
      include/libopencm3/lpc43xx/gpdma.h

2
include/libopencm3/lpc43xx/gpdma.h

@ -44,7 +44,7 @@ LGPL License Terms @ref lgpl_license
/* General registers */
/* DMA Interrupt Status Register */
#define GPDMA_NTSTAT MMIO32(GPDMA_BASE + 0x000)
#define GPDMA_INTSTAT MMIO32(GPDMA_BASE + 0x000)
/* DMA Interrupt Terminal Count Request Status Register */
#define GPDMA_INTTCSTAT MMIO32(GPDMA_BASE + 0x004)

Loading…
Cancel
Save