Fix log import module, other simple typo fixes.
[bertos.git] / bertos / cpu / arm / drv / i2s_at91.h
index 1c162ea67612b3dea551bf22ff8dc9f8de7adc9b..af3aba0046948726d7a9aa06625ed438dda4ac85 100644 (file)
  * $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>
@@ -113,4 +112,4 @@ INLINE bool i2s_isPlaying(void)
        return !(SSC_SR & BV(SSC_TXEMPTY));
 }
 
-#endif /* I2S_H */
+#endif /* DRV_I2S_AT91_H */