From 8ada44e092e20e825b78c3d25ee016861cf886a9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 2 Jun 2009 09:33:11 +0000 Subject: Modified the STM32 demo to use the new I/O port driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1010 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/main.dox | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/src/main.dox b/docs/src/main.dox index 6eda34beb..fee2af8e5 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -401,6 +401,11 @@ *

Reading or writing on pins associated to other functionalities

* The behavior is not specified. * + *

Usage

+ * The use of I/O ports requires the inclusion of the header file @p ioports.h, + * this file is not automatically included @o ch.h like the other header + * files. + * * @ingroup IO */ -- cgit v1.2.3