X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Fi2s_at91.h;h=af3aba0046948726d7a9aa06625ed438dda4ac85;hb=f1fab319eb3fe91c157b3a9564841aef62a03554;hp=1c162ea67612b3dea551bf22ff8dc9f8de7adc9b;hpb=2edcc54e0ca6b98d9781a2cfab6a9af4840d0e39;p=bertos.git diff --git a/bertos/cpu/arm/drv/i2s_at91.h b/bertos/cpu/arm/drv/i2s_at91.h index 1c162ea6..af3aba00 100644 --- a/bertos/cpu/arm/drv/i2s_at91.h +++ b/bertos/cpu/arm/drv/i2s_at91.h @@ -59,10 +59,9 @@ * $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 @@ -113,4 +112,4 @@ INLINE bool i2s_isPlaying(void) return !(SSC_SR & BV(SSC_TXEMPTY)); } -#endif /* I2S_H */ +#endif /* DRV_I2S_AT91_H */