From 9226141410542325cfac87cd8eb62368c0ad82d4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 2 Dec 2012 09:08:10 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4864 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SAM4L/hal_lld.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/hal/platforms/SAM4L/hal_lld.c') diff --git a/os/hal/platforms/SAM4L/hal_lld.c b/os/hal/platforms/SAM4L/hal_lld.c index 2564ac49d..02dbfb9a3 100644 --- a/os/hal/platforms/SAM4L/hal_lld.c +++ b/os/hal/platforms/SAM4L/hal_lld.c @@ -53,6 +53,10 @@ /* Driver exported functions. */ /*===========================================================================*/ +void sam4l_clock_init(void) { + +} + /** * @brief Low level HAL driver initialization. * -- cgit v1.2.3