mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-01 23:29:28 +01:00
Commit binary 2
This commit is contained in:
parent
912cac9a55
commit
2cd2551ae2
Binary file not shown.
Binary file not shown.
@ -698,7 +698,7 @@ int start_client_tcp_cmd_cb(int numParam, char* buf, void* ctx) {
|
|||||||
_ttcp = getTTCP(sock);
|
_ttcp = getTTCP(sock);
|
||||||
if (_ttcp != NULL)
|
if (_ttcp != NULL)
|
||||||
{
|
{
|
||||||
printk("Previous client %p not stopped !\n", _ttcp);
|
WARN("Previous client %p not stopped !\n", _ttcp);
|
||||||
ard_tcp_stop(_ttcp);
|
ard_tcp_stop(_ttcp);
|
||||||
clearMapSockTcp(sock);
|
clearMapSockTcp(sock);
|
||||||
}
|
}
|
||||||
|
@ -335,8 +335,6 @@ wl_init_complete_cb(void* ctx)
|
|||||||
|
|
||||||
wl_scan();
|
wl_scan();
|
||||||
|
|
||||||
initShell();
|
|
||||||
|
|
||||||
if (initSpi()){
|
if (initSpi()){
|
||||||
WARN("Spi not initialized\n");
|
WARN("Spi not initialized\n");
|
||||||
}else
|
}else
|
||||||
@ -377,6 +375,8 @@ main(void)
|
|||||||
|
|
||||||
tc_init();
|
tc_init();
|
||||||
|
|
||||||
|
initShell();
|
||||||
|
|
||||||
delay_init(FOSC0);
|
delay_init(FOSC0);
|
||||||
|
|
||||||
#ifdef _TEST_SPI_
|
#ifdef _TEST_SPI_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user