changeset 2784:70c6da0cc793

* src/spi_stm32.c (bus3_setup): Fix typo.
author nickg
date Tue, 10 Feb 2009 09:18:48 +0000
parents d4c7c6b285b6
children 07e89f5d0ee3
files packages/devs/spi/cortexm/stm32/current/ChangeLog packages/devs/spi/cortexm/stm32/current/src/spi_stm32.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/devs/spi/cortexm/stm32/current/ChangeLog
+++ b/packages/devs/spi/cortexm/stm32/current/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-10  Nick Garnett  <nickg@ecoscentric.com>
+
+	* src/spi_stm32.c (bus3_setup): Fix typo.
+
 2009-02-05  Nick Garnett  <nickg@ecoscentric.com>
 
 	* include/spi_stm32.h: Add macro to define an STM32 SPI device.
--- a/packages/devs/spi/cortexm/stm32/current/src/spi_stm32.c
+++ b/packages/devs/spi/cortexm/stm32/current/src/spi_stm32.c
@@ -206,7 +206,7 @@ static const cyg_spi_cortexm_stm32_bus_s
   .spi_reg_base                     = CYGHWR_HAL_STM32_SPI3,
   .dma_reg_base                     = CYGHWR_HAL_STM32_DMA2,
   .dma_tx_channel                   = 2,
-  .dma_rx_channel                   = 1
+  .dma_rx_channel                   = 1,
   .cs_gpio_num                      = sizeof (bus3_cs_gpio_list),
   .cs_gpio_list                     = bus3_cs_gpio_list,
   .spi_gpio_list                    = bus3_spi_gpio_list,