From be0a17acfc88c13e609d4297f36e667c14bdd395 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 4 Jun 2009 16:39:33 +0000 Subject: [PATCH] Reformat. Fix comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2704 38d2e660-2303-0410-9eaa-f027e97ec537 --- examples/triface/hw/hw_sipo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/triface/hw/hw_sipo.h b/examples/triface/hw/hw_sipo.h index b8c020a7..87e5736a 100644 --- a/examples/triface/hw/hw_sipo.h +++ b/examples/triface/hw/hw_sipo.h @@ -48,9 +48,9 @@ #include /** - * * Mapping sipo connection on board. - * * See scheme to more info. - * */ + * Mapping sipo connection on board. + * See schematics for more info. + */ typedef enum SipoMap { TRIFACE_DOUT = 0, -- 2.25.1