ECE3849/audio.h
2025-04-24 12:40:00 -04:00

6 lines
71 B
C

#ifndef AUDIO_C
#define AUDIO_C
void configure_audio();
#endif