git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1108 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
6cb018ac39
commit
b8e618f59a
|
@ -18,9 +18,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file templates/serial_lld.c
|
||||
* @brief Serial Driver subsystem low level driver source template
|
||||
* @addtogroup SERIAL_LLD
|
||||
* @file AVR/serial_lld.c
|
||||
* @brief AVR low level serial driver code
|
||||
* @addtogroup AVR_SERIAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file templates/serial_lld.h
|
||||
* @brief Serial Driver subsystem low level driver header template
|
||||
* @addtogroup SERIAL_LLD
|
||||
* @file AVR/serial_lld.h
|
||||
* @brief AVR low level serial driver header
|
||||
* @addtogroup AVR_SERIAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file templates/serial_lld.c
|
||||
* @brief Serial Driver subsystem low level driver source template
|
||||
* @addtogroup SERIAL_LLD
|
||||
* @file MSP430/serial_lld.c
|
||||
* @brief MSP430 low level serial driver code
|
||||
* @addtogroup MSP430_SERIAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file templates/serial_lld.h
|
||||
* @brief Serial Driver subsystem low level driver header template
|
||||
* @addtogroup SERIAL_LLD
|
||||
* @file MSP430/serial_lld.h
|
||||
* @brief MSP430 low level serial driver header
|
||||
* @addtogroup MSP430_SERIAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue