custom_audio.h 102 B

12345678
  1. #pragma once
  2. #if defined(AUDIO_ENABLE)
  3. void on_usb_led_off(void);
  4. void on_usb_led_on(void);
  5. #endif