mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-09 12:08:12 -05:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef NITRO_SPI_MIC_H_
|
|
#define NITRO_SPI_MIC_H_
|
|
|
|
void MIC_Init(void);
|
|
|
|
#endif //NITRO_SPI_MIC_H_
|