From 3ff9afd04851ec97d66d6833520b49dc18f35ea4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 8 Dec 2009 08:47:14 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1389 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/hal_lld.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'os/hal/platforms/STM32/hal_lld.c') diff --git a/os/hal/platforms/STM32/hal_lld.c b/os/hal/platforms/STM32/hal_lld.c index b69bbbd9b..892767a00 100644 --- a/os/hal/platforms/STM32/hal_lld.c +++ b/os/hal/platforms/STM32/hal_lld.c @@ -37,8 +37,9 @@ /* Low Level Driver local variables. */ /*===========================================================================*/ -/* - * Digital I/O ports static configuration as defined in @p board.h. +/** + * @brief PAL setup. + * @details Digital I/O ports static configuration as defined in @p board.h. */ const STM32GPIOConfig pal_default_config = { -- cgit v1.2.3