2023-02-01 14:52:54 -06:00
|
|
|
#include "app_ai_if_gsound.h"
|
2022-08-15 04:20:27 -05:00
|
|
|
#include "cmsis_os.h"
|
|
|
|
#include "hal_trace.h"
|
|
|
|
|
|
|
|
#ifdef BISTO_ENABLED
|
|
|
|
#include "gsound_custom_service.h"
|
|
|
|
#endif
|
|
|
|
|
2023-02-01 14:52:54 -06:00
|
|
|
void app_ai_if_gsound_service_enable_switch(bool onOff) {
|
2022-08-15 04:20:27 -05:00
|
|
|
#ifdef BISTO_ENABLED
|
2023-02-01 14:52:54 -06:00
|
|
|
gsound_service_enable_switch(onOff);
|
2022-08-15 04:20:27 -05:00
|
|
|
#endif
|
|
|
|
}
|