mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-02-06 21:18:25 +08:00
10 lines
98 B
C
10 lines
98 B
C
|
|
||
|
#ifndef _PCM_DRV_H
|
||
|
#define _PCM_DRV_H
|
||
|
|
||
|
|
||
|
extern const drv_t pcm_drv_sd;
|
||
|
|
||
|
|
||
|
#endif /* _PCM_DRV_H */
|