KT25-1015_AC695x_SDK310/apps/soundbox/include/app_online_cfg.h

13 lines
215 B
C
Raw Normal View History

2025-10-15 07:18:43 +00:00
#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);
void ci_uart_write(char *buf, u16 len);
#endif