forked from PAWPAW-Mirror/lib_xua
Aded hostactive.c and audiostream.c. These are now weak so can be over-ridden by app
This commit is contained in:
7
module_usb_audio/hostactive/hostactive.c
Normal file
7
module_usb_audio/hostactive/hostactive.c
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
void UserHostActive(int active) __attribute__ ((weak));
|
||||
void UserHostActive(int active)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user