1 2 3 4 5 6 7 8
#pragma once #if defined(AUDIO_ENABLE) void on_usb_led_off(void); void on_usb_led_on(void); #endif