MXC_A39_20240320/SW/components/modules/audio/audio_test.h

9 lines
142 B
C
Raw Permalink Normal View History

2024-03-07 16:46:43 +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