KT25-0812_82A-UART/apps/soundbox/include/app_online_cfg.h
2025-08-12 18:09:23 +08:00

12 lines
175 B
C

#ifndef ONLINE_CONFIG_H
#define ONLINE_CONFIG_H
#define CI_UART 0
#define CI_TWS 1
void ci_data_rx_handler(u8 type);
u32 eq_cfg_sync(u8 priority);
#endif