From: duplo Date: Thu, 22 Jan 2009 15:00:56 +0000 (+0000) Subject: Change the doxygen comments to make them readable by the wizard X-Git-Tag: 2.1.0~476 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=22f0b03be3ecd24d6e91471e3600e2bc2ca07608;p=bertos.git Change the doxygen comments to make them readable by the wizard git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2206 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_ser.h b/bertos/cfg/cfg_ser.h index 719658b2..2555626c 100644 --- a/bertos/cfg/cfg_ser.h +++ b/bertos/cfg/cfg_ser.h @@ -45,12 +45,15 @@ * spi port. * Edit these define for your project. */ -/// Serial settings + +/// Serial port settings #define CONFIG_SER_PORT 0 +/// Serial port baudrate #define CONFIG_SER_BAUDRATE 115200 -/// Spi settings +/// Spi port settings #define CONFIG_SPI_PORT 0 +/// Spi port baudrate #define CONFIG_SPI_BAUDRATE 5000000UL