diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-11 18:51:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-11 18:51:10 +0000 |
commit | 27654c1bb64c74f7b5b5516945b24e1793ed8c12 (patch) | |
tree | cb1cd10ba93432509ef53e7c5dee8c1828d46368 /os/hal/platforms/STM8L/hal_lld.c | |
parent | 009e8d28c38ef6b6797318aee29ca90910753988 (diff) | |
download | ChibiOS-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.c | 4 |
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. */
|