mirror of
https://github.com/supleed2/EIE4-FYP.git
synced 2024-11-10 04:15:49 +00:00
7 lines
118 B
C++
7 lines
118 B
C++
|
#include <generated/csr.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
extern "C" void audio(int);
|
||
|
void audio(int v) {
|
||
|
audio_targ_write(v);
|
||
|
}
|