This is an automated email from the ASF dual-hosted git repository.
jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
The following commit(s) were added to refs/heads/master by this push:
new b761964 hw/mcu/dialog: Fix typo in da1469x_dma.h
b761964 is described below
commit b761964d0490e80d24c49e059fac75e3f0e643d1
Author: Jerzy Kasenberg <[email protected]>
AuthorDate: Fri Dec 18 15:54:19 2020 +0100
hw/mcu/dialog: Fix typo in da1469x_dma.h
Should be MCU_ was MCI_
---
hw/mcu/dialog/da1469x/include/mcu/da1469x_dma.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/mcu/dialog/da1469x/include/mcu/da1469x_dma.h
b/hw/mcu/dialog/da1469x/include/mcu/da1469x_dma.h
index 972ccc4..def0517 100644
--- a/hw/mcu/dialog/da1469x/include/mcu/da1469x_dma.h
+++ b/hw/mcu/dialog/da1469x/include/mcu/da1469x_dma.h
@@ -29,7 +29,7 @@ extern "C" {
#endif
/* DMA peripheral can be one of following values */
-#define MCI_DMA_PERIPH_SPI (0)
+#define MCU_DMA_PERIPH_SPI (0)
#define MCU_DMA_PERIPH_SPI2 (1)
#define MCU_DMA_PERIPH_UART (2)
#define MCU_DMA_PERIPH_UART2 (3)