From 7b81eb1ac45f5842cd1e71518962b034b216cc74 Mon Sep 17 00:00:00 2001 From: asterix Date: Sat, 4 Apr 2009 08:03:58 +0000 Subject: [PATCH] Add wizard info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2469 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/sipo.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bertos/drv/sipo.h b/bertos/drv/sipo.h index 165c21ed..50f64666 100644 --- a/bertos/drv/sipo.h +++ b/bertos/drv/sipo.h @@ -30,13 +30,20 @@ * * --> * - * \brief Macro for SIPO_H + * \brief Generic Serial-in, Parallel-out implementation (SIPO). + * + * This module use kfile interface. * * * \version $Id$ * * \author Andrea Grandi * \author Daniele Basile + * + * $WIZ$ module_name = "sipo" + * $WIZ$ module_depends = "kfile" + * $WIZ$ module_configuration = "" + * */ #ifndef DRV_SIPO_H -- 2.25.1