aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11xx/hal_lld.h
diff options
context:
space:
mode:
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. */
/*===========================================================================*/