MXC-A36_2024.04.18/fr3092_mcu/components/modules/audio/audio_test.h

9 lines
142 B
C
Raw Normal View History

2024-04-17 19:45:26 +08:00
#ifndef _AUDIO_TEST_H
#define _AUDIO_TEST_H
#include <stdint.h>
void audio_test(uint8_t sub_cmd, uint8_t *param);
#endif // _AUDIO_TEST_H