forked from PAWPAW-Mirror/lib_xua
6 lines
103 B
C
6 lines
103 B
C
#ifndef NO_USB
|
|
#include <interrupt.h>
|
|
|
|
register_interrupt_handler(handle_audio_request, 1, 200)
|
|
#endif
|