git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4236 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
6e2f377dd5
commit
5c1a0c2b8a
|
@ -83,7 +83,7 @@ static const SerialConfig default_config =
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/* Local functions have different implementations depending on the USART type,
|
/* Local functions have different implementations depending on the USART type,
|
||||||
STM32F0xx devices and newer have and enhanced peripheral with slightly
|
STM32F0xx devices and newer have an enhanced peripheral with slightly
|
||||||
different register interface.*/
|
different register interface.*/
|
||||||
|
|
||||||
#if defined(STM32F0XX)
|
#if defined(STM32F0XX)
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
/**
|
/**
|
||||||
* @file STM32F0xx/stm32_dma.h
|
* @file STM32F0xx/stm32_dma.h
|
||||||
* @brief DMA helper driver header.
|
* @brief DMA helper driver header.
|
||||||
* @note This file requires definitions from the ST header file stm32l1xx.h.
|
* @note This file requires definitions from the ST header file stm32f0xx.h.
|
||||||
* @note This driver uses the new naming convention used for the STM32F2xx
|
* @note This driver uses the new naming convention used for the STM32F2xx
|
||||||
* so the "DMA channels" are referred as "DMA streams".
|
* so the "DMA channels" are referred as "DMA streams".
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue