Move function prototypes to headers

This commit is contained in:
Ed Clarke
2018-11-08 14:38:52 +00:00
parent 3debc9fef4
commit f014922e98
7 changed files with 28 additions and 28 deletions

View File

@@ -0,0 +1,4 @@
#include "i2s.h"
[[distributable]]
void AudioHub(server i2s_frame_callback_if i2s, streaming chanend c_audio, streaming chanend (&?c_ds_output)[1]);