9 lines
168 B
C
9 lines
168 B
C
|
#ifndef _ESPLIBS_LIBPHY_H
|
||
|
#define _ESPLIBS_LIBPHY_H
|
||
|
|
||
|
// Defined in phy_chip_v6_ana.o: .irom0.text+0x12d8
|
||
|
uint32_t sdk_test_tout(bool);
|
||
|
|
||
|
#endif /* _ESPLIBS_LIBPHY_H */
|
||
|
|