From: lottaviano Date: Mon, 31 Aug 2009 13:43:30 +0000 (+0000) Subject: Fix hw SIPO macro declaration. X-Git-Tag: 2.2.0~143 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a71495040e6ce86ca78869fb37c084b839ca20d0;p=bertos.git Fix hw SIPO macro declaration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2825 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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; \