uart.h 325 B

123456789101112131415161718
  1. #ifndef _CFG_UART_H_
  2. #define _CFG_UART_H_
  3. /*!
  4. * \file cfg/uart.h
  5. * \brief UART configuration.
  6. *
  7. * When using the Configurator, a file with the same name may be created in the
  8. * build tree, which replaces this file.
  9. *
  10. * \verbatim
  11. *
  12. * $Id: uart.h 2347 2008-10-23 08:50:43Z haraldkipp $
  13. *
  14. * \endverbatim
  15. */
  16. #endif