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