Files
yuanjm b2ca002f47 feat(lwip): Bring lwip sub from esp-idf
Commit ID: 785cc699
2020-02-25 19:27:50 +08:00

12 lines
175 B
Plaintext

module esp32_netsuite {
import from tcp_suite all;
control {
execute(tc_tcp_002());
execute(tc_tcp_003());
execute(tc_tcp_004());
execute(tc_tcp_005());
}
}