aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11xx/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 16:07:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 16:07:45 +0000
commit1a49558ed3e393ec8098000e6898218759921336 (patch)
tree1907c278255380fd4b81e0492b9b546558992538 /os/hal/platforms/LPC11xx/hal_lld.h
parent9e3a47bcf0475f8aabbf5266fecd12d23ab0774d (diff)
downloadChibiOS-1a49558ed3e393ec8098000e6898218759921336.tar.gz
ChibiOS-1a49558ed3e393ec8098000e6898218759921336.tar.bz2
ChibiOS-1a49558ed3e393ec8098000e6898218759921336.zip
LPC11xx HAL and Serial improvements, untested SPI driver added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2281 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC11xx/hal_lld.h')
-rw-r--r--os/hal/platforms/LPC11xx/hal_lld.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/os/hal/platforms/LPC11xx/hal_lld.h b/os/hal/platforms/LPC11xx/hal_lld.h
index 15e9f85e8..35e8db6a6 100644
--- a/os/hal/platforms/LPC11xx/hal_lld.h
+++ b/os/hal/platforms/LPC11xx/hal_lld.h
@@ -96,14 +96,6 @@
#define LPC11xx_SYSABHCLK_DIV 1
#endif
-/**
- * @brief UART clock divider.
- * @note The value must be chosen between (1...255).
- */
-#if !defined(LPC11xx_UART_PCLK_DIV) || defined(__DOXYGEN__)
-#define LPC11xx_UART_PCLK_DIV 1
-#endif
-
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/
@@ -199,11 +191,6 @@
#define LPC11xx_FLASHCFG_FLASHTIM 2
#endif
-/**
- * @brief UART clock.
- */
-#define LPC11xx_UART_PCLK (LPC11xx_MAINCLK / LPC11xx_UART_PCLK_DIV)
-
/*===========================================================================*/
/* Driver data structures and types. */
/*===========================================================================*/