MXC-A36_2024.04.17/MXC-Screen_display/components/modules/audio/audio_test.h

9 lines
142 B
C
Raw Normal View History

2024-02-28 16:45:49 +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