aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8L/hal_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-11 18:51:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-11 18:51:10 +0000
commit27654c1bb64c74f7b5b5516945b24e1793ed8c12 (patch)
treecb1cd10ba93432509ef53e7c5dee8c1828d46368 /os/hal/platforms/STM8L/hal_lld.c
parent009e8d28c38ef6b6797318aee29ca90910753988 (diff)
downloadChibiOS-27654c1bb64c74f7b5b5516945b24e1793ed8c12.tar.gz
ChibiOS-27654c1bb64c74f7b5b5516945b24e1793ed8c12.tar.bz2
ChibiOS-27654c1bb64c74f7b5b5516945b24e1793ed8c12.zip
STM8L platform support (not tested yet).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2347 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM8L/hal_lld.c')
-rw-r--r--os/hal/platforms/STM8L/hal_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM8L/hal_lld.c b/os/hal/platforms/STM8L/hal_lld.c
index 8c0f645a6..881a09fdd 100644
--- a/os/hal/platforms/STM8L/hal_lld.c
+++ b/os/hal/platforms/STM8L/hal_lld.c
@@ -39,7 +39,7 @@
/**
* @brief PAL setup.
* @details Digital I/O ports static configuration as defined in @p board.h.
- *//*
+ */
ROMCONST PALConfig pal_default_config =
{
{
@@ -55,7 +55,7 @@ ROMCONST PALConfig pal_default_config =
{VAL_GPIOIODR, 0, VAL_GPIOIDDR, VAL_GPIOICR1, VAL_GPIOICR2},
#endif
}
-};*/
+};
/*===========================================================================*/
/* Driver local functions. */