diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-08-05 23:06:24 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-08-05 23:06:24 -0400 |
| commit | 243334da75bb765781aedef0b9927af72f6279e8 (patch) | |
| tree | 1aa8608b271024a7b24058555ea6d4359e5241ee /shared-module/audiocore | |
| parent | b67d04a5b1bd1ed3295627cde3cf8addc1252d6e (diff) | |
| parent | 1e8800117a8b727fbee708bc352e958498f45472 (diff) | |
Merge remote-tracking branch 'adafruit/master' into ble-pairing
Diffstat (limited to 'shared-module/audiocore')
| -rw-r--r-- | shared-module/audiocore/WaveFile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-module/audiocore/WaveFile.h b/shared-module/audiocore/WaveFile.h index 97dd6a46f..3eecbf15c 100644 --- a/shared-module/audiocore/WaveFile.h +++ b/shared-module/audiocore/WaveFile.h @@ -27,6 +27,7 @@ #ifndef MICROPY_INCLUDED_SHARED_MODULE_AUDIOIO_WAVEFILE_H #define MICROPY_INCLUDED_SHARED_MODULE_AUDIOIO_WAVEFILE_H +#include "extmod/vfs_fat.h" #include "py/obj.h" #include "shared-module/audiocore/__init__.h" |
