From 1aa2773ad03807e3d5c9822ea108bc2e280281db Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 2 Jun 2009 10:59:32 +0000 Subject: STM32 initialization cleanup. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1015 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/ioports_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/templates/ioports_lld.h b/src/templates/ioports_lld.h index a046446f5..dff095e75 100644 --- a/src/templates/ioports_lld.h +++ b/src/templates/ioports_lld.h @@ -71,7 +71,7 @@ typedef uint32_t ioportid_t; * @note This function is not invoked by a system API, it should be invoked * from the system initialization code. */ -#define ioport_init() +#define ioport_init_lld() /** * @brief Writes a bits mask on a I/O port. -- cgit v1.2.3