| 123456789101112131415161718 |
- #ifndef _CFG_UART_H_
- #define _CFG_UART_H_
- /*!
- * \file cfg/uart.h
- * \brief UART configuration.
- *
- * When using the Configurator, a file with the same name may be created in the
- * build tree, which replaces this file.
- *
- * \verbatim
- *
- * $Id: uart.h 2347 2008-10-23 08:50:43Z haraldkipp $
- *
- * \endverbatim
- */
- #endif
|