From 8020fc3d67244318840a337811f2f8a33185603a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 2 Jun 2009 10:42:49 +0000 Subject: Added initialization function to the I/O port low level driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1014 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/ioports_lld.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/templates/ioports_lld.h b/src/templates/ioports_lld.h index 708efc8b7..a046446f5 100644 --- a/src/templates/ioports_lld.h +++ b/src/templates/ioports_lld.h @@ -65,6 +65,14 @@ typedef uint32_t ioportid_t; /* functions, please put them in a file named ioports_lld.c if so. */ /*===========================================================================*/ +/** + * @brief I/O ports subsystem initialization. + * + * @note This function is not invoked by a system API, it should be invoked + * from the system initialization code. + */ +#define ioport_init() + /** * @brief Writes a bits mask on a I/O port. * -- cgit v1.2.3