diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-25 13:29:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 13:29:06 -0400 |
commit | 80ce402f5f541f01d7ded6da60e38eebbf1f9f88 (patch) | |
tree | 4b6c5870add11dbe2910e4a27d56d902239cd7ed /arm9/lib/include/SPI_mic.h | |
parent | 40c3f6e85a2d25d3d98b2cfdaf1dd6872bbb4a6d (diff) | |
parent | f61b7cc024fd9be692960ee284bb078fb5f1f125 (diff) |
Merge pull request #190 from PikalaxALT/pikalax_work
sound.c
Diffstat (limited to 'arm9/lib/include/SPI_mic.h')
-rw-r--r-- | arm9/lib/include/SPI_mic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/SPI_mic.h b/arm9/lib/include/SPI_mic.h new file mode 100644 index 00000000..79588fe9 --- /dev/null +++ b/arm9/lib/include/SPI_mic.h @@ -0,0 +1,6 @@ +#ifndef NITRO_SPI_MIC_H_ +#define NITRO_SPI_MIC_H_ + +void MIC_Init(void); + +#endif //NITRO_SPI_MIC_H_ |