Flush the transfer before exiting from write function.
[bertos.git] / bertos / cpu / arm / drv / i2s_at91.h
index 2623702c4e17fe165c804e20a694bc436b0464f0..1c162ea67612b3dea551bf22ff8dc9f8de7adc9b 100644 (file)
  * // now fill the buffer again
  * \endcode
  *
- * \version $Id$
  * \author Luca Ottaviano <lottaviano@develer.com>
  *
  * $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