X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Fi2s_at91.h;h=af3aba0046948726d7a9aa06625ed438dda4ac85;hb=ab40eaf9ac5b43e7087588fe7f435bdbc9a6eb23;hp=2623702c4e17fe165c804e20a694bc436b0464f0;hpb=647e8b59350b817014d29f4b204a0a201824bf1b;p=bertos.git diff --git a/bertos/cpu/arm/drv/i2s_at91.h b/bertos/cpu/arm/drv/i2s_at91.h index 2623702c..af3aba00 100644 --- a/bertos/cpu/arm/drv/i2s_at91.h +++ b/bertos/cpu/arm/drv/i2s_at91.h @@ -52,18 +52,16 @@ * // now fill the buffer again * \endcode * - * \version $Id$ * \author Luca Ottaviano * * $WIZ$ module_name = "i2s" * $WIZ$ module_configuration = "bertos/cfg/cfg_i2s.h" - * $WIZ$ module_supports = "not atmega103 and not atmega168 and not atmega8" + * $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 #include @@ -114,4 +112,4 @@ INLINE bool i2s_isPlaying(void) return !(SSC_SR & BV(SSC_TXEMPTY)); } -#endif /* I2S_H */ +#endif /* DRV_I2S_AT91_H */