diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/atmel-samd/audio_dma.h | 2 | ||||
| -rw-r--r-- | ports/atmel-samd/common-hal/audiobusio/I2SOut.c | 2 | ||||
| -rw-r--r-- | ports/atmel-samd/common-hal/audiobusio/PDMIn.h | 2 | ||||
| -rw-r--r-- | ports/atmel-samd/common-hal/audioio/AudioOut.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ports/atmel-samd/audio_dma.h b/ports/atmel-samd/audio_dma.h index 6734adb64..041d675a2 100644 --- a/ports/atmel-samd/audio_dma.h +++ b/ports/atmel-samd/audio_dma.h @@ -27,7 +27,7 @@ #ifndef MICROPY_INCLUDED_ATMEL_SAMD_AUDIO_DMA_H #define MICROPY_INCLUDED_ATMEL_SAMD_AUDIO_DMA_H -#include "extmod/vfs_fat_file.h" +#include "extmod/vfs_fat.h" #include "py/obj.h" #include "shared-module/audioio/RawSample.h" #include "shared-module/audioio/WaveFile.h" diff --git a/ports/atmel-samd/common-hal/audiobusio/I2SOut.c b/ports/atmel-samd/common-hal/audiobusio/I2SOut.c index 99087d60c..20bfb2a80 100644 --- a/ports/atmel-samd/common-hal/audiobusio/I2SOut.c +++ b/ports/atmel-samd/common-hal/audiobusio/I2SOut.c @@ -27,7 +27,7 @@ #include <stdint.h> #include <string.h> -#include "extmod/vfs_fat_file.h" +#include "extmod/vfs_fat.h" #include "py/gc.h" #include "py/mperrno.h" #include "py/runtime.h" diff --git a/ports/atmel-samd/common-hal/audiobusio/PDMIn.h b/ports/atmel-samd/common-hal/audiobusio/PDMIn.h index 1156c6421..5c4d4feea 100644 --- a/ports/atmel-samd/common-hal/audiobusio/PDMIn.h +++ b/ports/atmel-samd/common-hal/audiobusio/PDMIn.h @@ -29,7 +29,7 @@ #include "common-hal/microcontroller/Pin.h" -#include "extmod/vfs_fat_file.h" +#include "extmod/vfs_fat.h" #include "py/obj.h" typedef struct { diff --git a/ports/atmel-samd/common-hal/audioio/AudioOut.c b/ports/atmel-samd/common-hal/audioio/AudioOut.c index 4e39d3b44..bbc4bf2e2 100644 --- a/ports/atmel-samd/common-hal/audioio/AudioOut.c +++ b/ports/atmel-samd/common-hal/audioio/AudioOut.c @@ -27,7 +27,7 @@ #include <stdint.h> #include <string.h> -#include "extmod/vfs_fat_file.h" +#include "extmod/vfs_fat.h" #include "py/gc.h" #include "py/mperrno.h" #include "py/runtime.h" |
