From a71495040e6ce86ca78869fb37c084b839ca20d0 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Mon, 31 Aug 2009 13:43:30 +0000 Subject: [PATCH] Fix hw SIPO macro declaration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2825 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/hw/hw_sipo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/hw/hw_sipo.h b/bertos/hw/hw_sipo.h index a5d680ac..b8d4e049 100644 --- a/bertos/hw/hw_sipo.h +++ b/bertos/hw/hw_sipo.h @@ -69,7 +69,7 @@ typedef enum SipoMap { * Drive pin to load the bit, presented in serial-in pin, * into sipo shift register. */ -#define SIPO_SI_CLOCK(clk_pol) +#define SIPO_SI_CLOCK(clk_pol) \ do { \ /* Implement me! */ \ (void)clk_pol; \ -- 2.25.1