Fix hw SIPO macro declaration.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 31 Aug 2009 13:43:30 +0000 (13:43 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 31 Aug 2009 13:43:30 +0000 (13:43 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2825 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/hw/hw_sipo.h

index a5d680ac1688905ac8bf630f7eb6f6d5e5f8d21c..b8d4e049ca8ab121a800faaa82edec9b85464e66 100644 (file)
@@ -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; \