lm3s1968: add internal flash memory initialization to "empty" and "kernel" templates.
[bertos.git] / bertos / drv / sipo.c
index c30262745b4d87c58f9a89c7bde06f2facba0879..2d3d64fd36c8a8cdc9de36f4e0502b9288ed25c0 100644 (file)
@@ -30,7 +30,6 @@
  *
  * -->
  *
- * \version $Id$
  *
  * \brief SIPO Module
  *
@@ -79,7 +78,7 @@ INLINE void sipo_putchar(uint8_t c, uint8_t bit_order, uint8_t clock_pol)
 /**
  * Write a buffer into the sipo register and, when finished, give a load pulse.
  */
- static size_t sipo_write(struct KFile *_fd, const void *_buf, size_t size)
+static size_t sipo_write(struct KFile *_fd, const void *_buf, size_t size)
 {
        const uint8_t *buf = (const uint8_t *)_buf;
        Sipo *fd = SIPO_CAST(_fd);