Fix log import module, other simple typo fixes.
[bertos.git] / bertos / cpu / arm / drv / i2s_at91.h
index abdbdc28106d3b54ba0b8e69b9451d2a0d761faa..af3aba0046948726d7a9aa06625ed438dda4ac85 100644 (file)
@@ -52,7 +52,6 @@
  * // now fill the buffer again
  * \endcode
  *
- * \version $Id$
  * \author Luca Ottaviano <lottaviano@develer.com>
  *
  * $WIZ$ module_name = "i2s"
  * $WIZ$ module_supports = "at91"
  */
 
-#ifndef I2S_H
-#define I2S_H
+#ifndef DRV_I2S_AT91_H
+#define DRV_I2S_AT91_H
 
-#include "cfg/cfg_i2s.h"
 
 #include <cfg/compiler.h>
 #include <cfg/macros.h>
@@ -114,4 +112,4 @@ INLINE bool i2s_isPlaying(void)
        return !(SSC_SR & BV(SSC_TXEMPTY));
 }
 
-#endif /* I2S_H */
+#endif /* DRV_I2S_AT91_H */