aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11Uxx/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-21 16:59:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-21 16:59:53 +0000
commit6ae531cde4660cff8217f96fa621306efdeea207 (patch)
treef9260d7a6d1ee5158a52df349a6f632ed611f8f8 /os/hal/platforms/LPC11Uxx/hal_lld.h
parent51e92189370b75c0e21d5060f10ad46c1e36b83c (diff)
downloadChibiOS-6ae531cde4660cff8217f96fa621306efdeea207.tar.gz
ChibiOS-6ae531cde4660cff8217f96fa621306efdeea207.tar.bz2
ChibiOS-6ae531cde4660cff8217f96fa621306efdeea207.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4225 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC11Uxx/hal_lld.h')
-rw-r--r--os/hal/platforms/LPC11Uxx/hal_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/LPC11Uxx/hal_lld.h b/os/hal/platforms/LPC11Uxx/hal_lld.h
index a544dfa9a..2f2347ef2 100644
--- a/os/hal/platforms/LPC11Uxx/hal_lld.h
+++ b/os/hal/platforms/LPC11Uxx/hal_lld.h
@@ -109,7 +109,7 @@
/**
* @brief Calculated SYSOSCCTRL setting.
*/
-#if (SYSOSCCLK < 18000000) || defined(__DOXYGEN__)
+#if (SYSOSCCLK < 20000000) || defined(__DOXYGEN__)
#define LPC_SYSOSCCTRL 0
#else
#define LPC_SYSOSCCTRL 1
@@ -212,7 +212,7 @@
extern "C" {
#endif
void hal_lld_init(void);
- void lpc111x_clock_init(void);
+ void lpc_clock_init(void);
#ifdef __cplusplus
}
#endif